newtv-ui-3.0
v0.0.14
Published
未来电视管理后台公共组件库3.0
Downloads
24
Readme
newtv-ui-3.0
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your tests
npm run test
Lints and fixes files
npm run lint
打包:
npm run lib
//切换npm镜像
npm config set registry http://registry.npmjs.org
//如需登录
npm login
npm publish
安装方式:
npm install newtv-ui-3.0
### 升级方式, package.json 查询版本号。 (或者https://www.npmjs.com/package/newtv-ui 查看当前版本)
npm install newtv-ui-3.0@版本号
### Customize configuration