coderkole
v1.0.1
Published
``` kole create <project> [-d] ```
Readme
创建 VUE3 项目(集成了 vue3,vuex,vue-router,eslit 等工具)
kole create <project> [-d]创建 views 页面,默认创建在 src/views,自动配置路由
kole addview <viewName> [-d]创建 component 组件,默认创建在 src/components
kole addcpn <cpnName> [-d]创建 store 仓库,默认创建在 src/store
kole addstore <storeName> [-d]