ocean-x-cli
> A front-end tool scaffold similar to create-vite functionality,Can be used to initialize the react vue express koa project.
Read this in other languages: English |
简体中文
Introduction
* Implement interactive project scaffolding through cli
* Realize zero configuration prototype development
Introduction
* Implement interactive project scaffolding through cli
* Realize zero configuration prototype development
Install
``
#npm install
npm install -g ocean-x-cli
#yarn install
yarn add ocean-x-cli --global
`
Example Usage
Create Project
`
ocean-cli create projectDir
``
* Select a framework
- vue2
- vue2
- react
- express
- koa