0.1.3 • Published 4 years ago

zzllib v0.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

zzllib

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.

https://blog.csdn.net/hzxOnlineOk/article/details/89852731

###Welcome to use MarkDown

登录:

$ npm login
Username: zouzhenglu
Password: xxxxxxxxx
Email: (this IS public) kezhenlu@qq.com
Logged in as alexzheng on https://registry.npmjs.org/.

使用命令:npm version <update_type>进行修改,update_type 有三个参数, 第一个是patch, 第二个是minor,第三个是 major, patch:这个是补丁的意思,补丁最合适; minor:这个是小修小改; major:这个是大改咯;

具体咋用:
                比如我想来个1.0.1版本,注意,是最后一位修改了增1,那么命令:npm version patch --no-git-tag-version   回车就可以了;

                比如我想来个1.1.0版本,注意,是第二位修改了增1,那么命令:    npm version minor    回车就可以了;

                比如我想来个2.0.0版本,注意,是第一位修改了增1,那么命令:    npm version major     回车就可以了;

注意要更新远程 $ npm publish

0.1.2

4 years ago

0.1.1

4 years ago

0.1.3

4 years ago

0.1.0

4 years ago