![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
一个 Vue 2.0 网页组件库
开发中...
Still under development...
以及了解一部分的
$ git clone https://github.com/R701/kute.git
$ cd kute
kute/
目录下:npm run dev
这将会使用webpack.dev.config.js
这个配置文件启动webpack。
该配置使用watch模式,监听源代码,并实时构建,生成未经压缩的结果文件(kute.js
和kute.css
)放在dev/static/kute
目录下,便于dev/example/index.html
直接引用,进行简单的测试。
kute/dev
,启动项目主页的开发进程$ cd dev && npm run dev
项目主页直接用Nuxt构建,Nuxt帮我们做好了目录结构和webpack配置等工作,具体各文件和目录的作用,请参照Nuxt官方文档。
浏览器地址栏输入http://localhost:3000/components打开项目主页,或者http://localhost:3000/example/index.html打开简易预览页,都可以进行组件预览。前者使用kute/src
目录下的源文件在nuxt中构建,后者直接使用dev/static/kute
目录下的静态文件(实时生成的,参见第1点)。
未完待更。
在kute/
目录下:
npm run build
构建完成的文件在kute/dist
目录中。
在kute/dev
目录下:
npm run build
构建完成的文件在kute/dev/.nuxt
目录中。
FAQs
A vue component kit.
We found that vkute demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.