0.1.3 • Published 3 years ago

shwu-demo v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

my-git-demo

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

发布到npm // 本地编译组件库代码 yarn lib // 登录 npm login -d // 发布 npm publish // 如果发布失败提示权限问题,请执行以下命令 npm publish --access public

淘宝镜像:npm config set registry http://registry.npm.taobao.org/ 换回原来:npm config set registry https://registry.npmjs.org/