element-dance
v0.0.6
Published
ElementDance,元素灵动组合,优雅呈现于页面,如舞蹈般动人,在代码间演绎精彩。ElementDance, gracefully combining elements and presenting them on the page, just like an enchanting dance.
Readme
element-dance
ElementDance, gracefully combining elements and presenting them on the page, just like an enchanting dance.
Usage
TODO
Options
TODO
Development
# install dependencies
$ npm install
# develop library by docs demo
$ npm start
# build library source code
$ npm run build
# build library source code in watch mode
$ npm run build:watch
# build docs
$ npm run docs
# check your project for potential problems
$ npm run doctor
使用 npm version 命令更新版本号,例如:
# 发布一个 patch 版本
$ npm version patch -m "build: release %s"
该命令将会自动生成 git tag 及 git commit,并将版本号更新到 package.json 中。更多用法可参考 NPM 文档:https://docs.npmjs.com/cli/v8/commands/npm-versiondeploy npm
执行npm login,依次输入注册npm时的username, password, email后,执行npm whoami能终端输出用户名,说明登录成功,最后执行npm publish发包。
