we-ui
v0.1.15
Published
test
Downloads
19
Readme
we-ui
通用组件库
src代码目录 说明
- |——src
- |——index.js 入口文件
研发环境运行
# 安装依赖 推荐使用 yarn,比npm好用
1. yarn install
温馨提示: 如果安装不成功,可以使用npm install -g cnpm --registry=https://registry.npm.taobao.org安装淘宝镜像,替换npm命令为cnpm命令重新安装
//配置
2. 需复制config/webconfig_example.js为webconfig.js,并修改对应的内容
// 运行项目,运行在 localhost:8888(端口号可在config/index.js中更改)
3. npm run dev
=========================================================================
以下为生产环境运行
=========================================================================
# build for production with minification
npm run build
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
可安装开发工具:https://github.com/vuejs/vue-devtools
LICENSE
MIT