A cli for fe
npm install fe --global
Initialize a project in current director
fe init [project name]
Install dependencies
You can use
npm install
oryarn add
to instead
fe install [dependency]
Run development environment
it is equal to run
npm run dev
fe dev
Publish project to target server
fe publish [env]
👤 zhaosaisai
- Website: https://zhaosaisai.com/
- Github: @zhaosaisai