
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
一个 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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.