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