# 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 - [NutUI 4.x](https://nutui.jd.com/h5/vue/4x/#/zh-CN/component/button) ## 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 ``` ### Lint with [ESLint](https://eslint.org/) ```sh pnpm lint ```