0.1.5 • Published 5 years ago

gxc-frontend-base v0.1.5

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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!