大事件管理系统,根据黑马程序员提供的后端接口,完成前端界面。技术栈基于 ES6、vue3、pinia、vue-router、vite 、axios 和 element-plus。使用pnpm进行包管理、Eslint+prettier规范代码结构
| .husky | ||
| .vscode | ||
| public | ||
| src | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .prettierrc.json | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| vite.config.js | ||
Vue3-big-event-admin
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
Customize configuration
See Vite Configuration Reference.
Project Setup
pnpm install
Compile and Hot-Reload for Development
pnpm dev
Compile and Minify for Production
pnpm build
Lint with ESLint
pnpm lint