1.1.5 • Published 6 years ago

nopvue-ui v1.1.5

Weekly downloads
5
License
ISC
Repository
-
Last release
6 years ago

准备

进入项目,安装依赖,执行:

yarn

效果展示demo 和 本地调试:

yarn dev

项目中使用:

yarn add nopvue-ui

引用方式类似iview

import 'nopvue-ui/dist/styles/nopvue.css';

import NopVue from 'nopvue-ui';

Vue.use(NopVue);

开发 & 更新

发布前打包:

yarn dist

实际运行了: yarn dist:dev (构建非压缩的库版本) && yarn dist:prod (构建压缩的库版本) && yarn dist:style (构建样式代码)

发布到npm:

  1. 打包最新版本
  2. 修改 package.json 中 version
  3. npm publish

npm 发布和 git 仓库更新无关,发布之后再 push 到 git 仓库也可以

1.1.5

6 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago