# stock-front This template should help get you started developing with Vue 3 in Vite. ## Project stack - Vue 3.4 - Node.js >= 18 - pnpm - TypeScript - Pinia - Vant 4 按需引入组件样式 ## Recommended IDE [VSCode](https://code.visualstudio.com/) + [Vue - Official](https://marketplace.visualstudio.com/items?itemName=Vue.volar). ## 命名规范 - PascalCase(帕斯卡命名式) - kebab-case(短横线连接式) ```sh pnpm install ``` ### Compile and Hot-Reload for Development ```sh pnpm dev ``` ### Type-Check, Compile and Minify for Production ```sh pnpm build ```