Useful cli tools for creating project rapidly
codef create [frame] [project_name]
- frame:
vue2-ssr
vue3-ssr
vue3-webpack
- project_name: any name you like.
codef list
This command will show supported frame in command line.
codef create vue3-ssr my_project
: It will create an folder named my_project. Then download vue3-ssr template from remote.