# 云工厂 ## 技术栈:Vue3、Vue-router4、Vuex4、Axios、TypeScript ## UI库:Vant ## node.js版本号 16.13.1 ## 项目目录结构 ``` apis: 接口存放目录 assets: 图标/图片/样式存放目录 components:组件存放目录 enum:全局枚举 interface:全局接口 router:路由文件 store:状态管理 utils:工具 views:页面文件 ``` ### 初始化项目 ``` npm install ``` ### 运行项目 ``` npm run serve ``` ### 打包项目 ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).