Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zly2006/xjtu-course-frontend
XJTU 抢课 web 前端
https://github.com/zly2006/xjtu-course-frontend
Last synced: about 1 month ago
JSON representation
XJTU 抢课 web 前端
- Host: GitHub
- URL: https://github.com/zly2006/xjtu-course-frontend
- Owner: zly2006
- Created: 2024-02-29T12:06:33.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-06T10:55:23.000Z (10 months ago)
- Last Synced: 2024-03-06T11:57:04.730Z (10 months ago)
- Language: Vue
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# essentials
## Project setup
```
# yarn
yarn# npm
npm install# pnpm
pnpm install# bun
bun install
```### Compiles and hot-reloads for development
```
# yarn
yarn dev# npm
npm run dev# pnpm
pnpm dev# bun
bun run dev
```### Compiles and minifies for production
```
# yarn
yarn build# npm
npm run build# pnpm
pnpm build# bun
bun run build
```### Lints and fixes files
```
# yarn
yarn lint# npm
npm run lint# pnpm
pnpm lint# bun
bun run lint
```### Customize configuration
See [Configuration Reference](https://vitejs.dev/config/).