You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
xiaonuobase f0c72cfafb 【修复】升级vite版本,修复前端几个小bug 9 months ago
..
public
src 【修复】升级vite版本,修复前端几个小bug 9 months ago
.editorconfig
.env.development
.env.production
.eslintrc.js
.gitignore
LICENSE
README.md
antd.js
index.html
package.json 【修复】升级vite版本,修复前端几个小bug 9 months ago
postcss.config.js
prettier.config.js
tailwind.config.js
tsconfig.json fix: 在 vscode 中打开的 .vue 文件代码类型无法被推断的情况 11 months ago
vite.config.mjs 【更新】前端依赖大升级,业务代码等多处优化调整,完全去掉以往this.xxx等语法。 11 months ago

README.md

安装依赖

npm install

启动项目(开发模式)

npm run serve

启动完成后浏览器访问 http://localhost:81