Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@58fe/v5", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "description": "vue components", |
@@ -1,30 +0,18 @@ | ||
# 基于VUE的前端UI组件库 | ||
# V5 | ||
> A Vue.js project | ||
> 基于VUE的前端UI组件库 | ||
## Build Setup | ||
## 安装 | ||
``` bash | ||
# install dependencies | ||
npm install | ||
```sh | ||
npm install @58fe/v5 --save | ||
``` | ||
# serve with hot reload at localhost:8080 | ||
npm run dev | ||
## 使用 | ||
# build for production with minification | ||
npm run build | ||
导入需要的组件,例如: | ||
# build for production and view the bundle analyzer report | ||
npm run build --report | ||
```javascript | ||
import { Alert } from '@58fe/v5' | ||
# run unit tests | ||
npm run unit | ||
# run e2e tests | ||
npm run e2e | ||
# run all tests | ||
npm test | ||
``` | ||
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). |
57546
19