Go to file
2022-01-04 19:09:00 +08:00
.husky refactor(projects): 精简版+动态路由权限初步 2022-01-03 22:20:10 +08:00
.vscode refactor(projects): 精简版+动态路由权限初步 2022-01-03 22:20:10 +08:00
build refactor(projects): 精简版+动态路由权限初步 2022-01-03 22:20:10 +08:00
mock refactor(projects): 精简版+动态路由权限初步 2022-01-03 22:20:10 +08:00
public feat(projects): 初始化加载效果:应用主题颜色 2022-01-04 14:05:18 +08:00
src feat(projects): 登录页面开始迁移 2022-01-04 19:09:00 +08:00
.cz-config.js docs(projects): 添加书写规范文档 2021-11-03 00:25:46 +08:00
.editorconfig feat(projects): 项目初始化搭建,集成eslint规范,集成代码提交规范 2021-05-28 00:32:34 +08:00
.env feat(projects): 登录页面开始迁移 2022-01-04 19:09:00 +08:00
.env-config.ts refactor(projects): 精简版+动态路由权限初步 2022-01-03 22:20:10 +08:00
.eslintignore feat(projects): 初始化加载效果:应用主题颜色 2022-01-04 14:05:18 +08:00
.eslintrc.js feat(projects): 初始化加载效果:应用主题颜色 2022-01-04 14:05:18 +08:00
.gitignore feat(projects): 初始化加载效果:应用主题颜色 2022-01-04 14:05:18 +08:00
.prettierrc.js feat(projects): 初始化加载效果:应用主题颜色 2022-01-04 14:05:18 +08:00
commitlint.config.js feat(projects): 项目初始化搭建,集成eslint规范,集成代码提交规范 2021-05-28 00:32:34 +08:00
index.html feat(projects): 初始化加载效果:应用主题颜色 2022-01-04 14:05:18 +08:00
package.json feat(projects): 集成naiveUI主题配置,将css vars添加至html 2022-01-04 02:20:32 +08:00
pnpm-lock.yaml feat(projects): 集成naiveUI主题配置,将css vars添加至html 2022-01-04 02:20:32 +08:00
README.md refactor(projects): 精简版+动态路由权限初步 2022-01-03 22:20:10 +08:00
tsconfig.json refactor(projects): 精简版+动态路由权限初步 2022-01-03 22:20:10 +08:00
vite.config.ts feat(projects): 初始化加载效果:应用主题颜色 2022-01-04 14:05:18 +08:00
windi.config.ts feat(projects): 初始化加载效果:应用主题颜色 2022-01-04 14:05:18 +08:00

soybean-admin-thin

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur).

Type Support for .vue Imports in TS

Since TypeScript cannot handle type information for .vue imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates.

However, if you wish to get actual prop types in .vue imports (for example to get props validation when using manual h(...) calls), you can run Volar: Switch TS Plugin on/off from VSCode command palette.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build