Inspired by vue-cli @2.x
npm install -g chaser-cli
use init commander to init a project
# init a project with template
chaser init [projectName]
# example:
# init SaaS project
chaser init SaaS
# init at current directory
chaser init .
and then choose a template you like
-
Basic template built with Webpack 4.x, included scss, eslint standard, env
-
Vue template built with vue-cli 3.x, included vuex, router, scss, eslint
-
React template built with create-react-app, included scss, eslint, redux, router
👤 impeiran
- Github: @impeiran
Contributions, issues and feature requests are welcome! Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2019 impeiran. This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator