As the number of projects grows, starting a new project each time requires too much foundational configuration, which seems cumbersome and unnecessary.
Therefore, this CLI was developed. It comes with some commonly used project templates, each of which is pre-configured with the necessary libraries, making it ready to use.
You only need to choose the one that suits your needs, then
npm install
Finally, you can immediately embark on an exciting development journey.
npm install liushi-cli
liushi-cli --help
# in current version, only one option this command provides, it`s -f, which means force override current folder
liushi-cli create <project-name> [options]
For the convenience of management, I store them all in this organization, see here
All the templates we provide have completed the basic configuration and necessary examples so you only need to focus on business
- v3-ts-tailwind-template: Vue3 + TypeScript + Pinia + TailwindCSS + Eslint + Prettier + axios
- show help
- template list, version list
- create project depends on a specific version of template you choose
- Refact if necessary
- More comprehensive options
- Free to choose basic libraries
- Performance optimization
- More templates, including mobile, web, PC, etc.