1.0.4 • Published 1 year ago
jl-cli v1.0.4
jl-cli
内部项目脚手架
Use it
Installation Node >=12 is required for installation.
Yarn
yarn global add jl-cliNpm
npm install jl-cli -gCreate project
Copy the template project
jl-cli createselecte project
Create page
Copy the template page to your project's src/pages directory
jl-cli createselecte page
Create component
Copy the template component to your project's src/components directory
jl-cli createselecte component