申泽公司内部股票交易平台-前端

Ritchie 514c6f3e40 :rocket: 正式服 1 年之前
public 2ee36057ac :space_invader:feat: "shell" 1 年之前
src 514c6f3e40 :rocket: 正式服 1 年之前
.env.production 2ee36057ac :space_invader:feat: "shell" 1 年之前
.gitattributes 2ee36057ac :space_invader:feat: "shell" 1 年之前
.gitignore b5e5e59cad :hatching_chick:feat: 路径+公告 1 年之前
.nvmrc e824adba44 feat: "Initialization project" 1 年之前
README.md f39ee6b7f1 :hugs:feat: 'pinia' 1 年之前
babel.config.js 2ee36057ac :space_invader:feat: "shell" 1 年之前
newbee-v3-server.js 2ee36057ac :space_invader:feat: "shell" 1 年之前
package.json b5e5e59cad :hatching_chick:feat: 路径+公告 1 年之前
vue.config.js 514c6f3e40 :rocket: 正式服 1 年之前

README.md

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

其他

  • 采用绝对路径的形式引用,如src/或者@/

主题配色

  • 股票交易
  • 红 #FF3456 rgba(255, 52, 86, 1)
  • 蓝 #39a6fe rgba(252, 104, 94, 1)

  • 备选苹果红 #ff0077 rgba(255, 0, 119, 1)

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