stock-front
Sunzee company internal stock trading system front-end project
Project stack
- Vue 3.4
- Node.js >= 18.x
- Vite 5.x
- Vant 4.x
Recommended IDE
VSCode + Vue - Official.
命名规范
- 项目名:kebab-case(短横线连接式)
- Vue组件:PascalCase(帕斯卡命名式)
- 引用组件:kebab-case
- 目录名:全小写复数形式,eg.docs, assets, compontents, mixins, utils, views, store, plugins
- 变量:camelCase(驼峰命名法),eg.myVariable
- 常量:全大写下划线分隔,eg.MY_CONSTANT
- js:kebab-case
其他
主题配色
Customize configuration
See Vite Configuration Reference.
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Compile and Minify for Production
npm run build