gxc-frontend-base
v0.1.5
Published
gxc frontend base repo, inlcudes common util, rules, style, const, vue plugin, vue filter, vue mixin etc
Downloads
16
Readme
What's this
gxc frontend base repo, inlcudes common util, rules, style, const, vue plugin, vue filter, vue mixin etc.
How to use
yarn add gxchain/gxc-frontend-base#master
then import from dist
or src
test
// test all
npm run test
// test specific file
npm run test -- test/rule
build
npm run build
How to contribute
This repo is in early stage, so commits need to review. So you could fork this repo and pull request. Remember to add unit test for script, thanks!