一个基于Vue3快速生成PC端Vue代码的模板项目
推荐使用 yarn 管理 npm 依赖
yarn install
yarn serve
yarn commit
yarn build
├── README.md
├── babel.config.js
├── cz-config.js
├── vue.config.js
├── package.json
├── prettier.config.js
├── public
│ └── index.html
├── src
│ ├── App.vue
│ ├── main.js
│ ├── api
│ │ └── index.js
│ ├── assets
│ │ └── styles
│ ├── config
│ │ ├── index.js
│ │ └── modules
│ ├── router
│ │ ├── index.js
│ │ └── modules
│ ├── store
│ │ ├── index.js
│ │ ├── getter.js
│ │ └── modules
│ ├── utils
│ ├── components
│ └── views
└── yarn.lock