rubik-cli
v4.2.0
Published
Only one command for web app development with Pure/Vue/React or javascript libraries.
Downloads
138
Readme
Create an app
create a pure app
$ npx create-rubik-app my-appcreate a vue app
$ npx create-rubik-app my-app --type vuecreate a react app
$ npx create-rubik-app my-app --type reactcreate from some rep
$ npx create-rubik-app my-app --repo git@xxx/xxx.gitFeatures
- [x] Same structure in all
pure|vue|react|library|electrondevelopment - [x] Multiple pages app support
- [x] Multiple
modesupport - [x] Library development support
- [x] Hot reload
- [x] Data Mock
- [x] Auto re-install dependencies after
git commit/mergeif needed - [x] Es lint
- [x] Style lint
- [x] Commit lint
Release
yarn release