Skip to content

Only one command for web app development with Pure/Vue/React or javascript libraries.

Notifications You must be signed in to change notification settings

rubikjs/rubik-cli

Repository files navigation

rubik

Only one command and one structure for web development with Pure|Vue|React|Electron|Libraries


npm standardjs commitizen travis

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

More

Features

  • Same structure in all pure|vue|react|library|electron development
  • Multiple pages app support
  • Multiple mode support
  • Library development support
  • Hot reload
  • Data Mock
  • Auto re-install dependencies after git commit/merge if needed
  • Es lint
  • Style lint
  • Commit lint

More

Release

yarn release

About

Only one command for web app development with Pure/Vue/React or javascript libraries.

Resources

Stars

Watchers

Forks

Packages

No packages published