1.0.8 • Published 2 years ago

caill-cli v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

切换成中文

this is a fast generating project template scaffold, support the vue and react, the vue integrates vite, axios, typescript, pinia, react to integrate the typescript and Ant Design

  • Installed

    • npm install caill-cli -g
  • Create a project

    • cai create others...
    • For example, cai create my-app

    • You can create a VUE or React project

  • Add a component

    • cai addcpn
    • for example: cai addcpn HelloWorld -d src/components

    • The default directory is src/Component

  • Add a page

    • cai addview
    • for example: cai addview Home -d src/page

    • The default directory is src/views
    • Generates a folder containing components and their routing configurations
  • Add a pinia based repository

    • cai addstore
    • for example: CAI addview Home -d src/page

    • The default directory is src/stores/modules

  • React only supports the creation of basic projects

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago