edu/pc
damonyuan 7badc8ae0f feat 同步前端代码
feat 同步PC代码
feat 增加1.9DB
feat 同步逻辑
2024-08-29 00:24:37 +08:00
..
api feat 同步前端代码 2024-08-29 00:24:37 +08:00
assets feat 同步前端代码 2024-08-29 00:24:37 +08:00
components feat 同步前端代码 2024-08-29 00:24:37 +08:00
composables pc端 2023-01-09 19:02:20 +08:00
constants pc端 2023-01-09 19:02:20 +08:00
enums feat 同步前端代码 2024-08-29 00:24:37 +08:00
layouts feat 同步前端代码 2024-08-29 00:24:37 +08:00
middleware feat 同步前端代码 2024-08-29 00:24:37 +08:00
nuxt pc端 2023-01-09 19:02:20 +08:00
pages feat 同步前端代码 2024-08-29 00:24:37 +08:00
plugins feat 同步前端代码 2024-08-29 00:24:37 +08:00
public pc端 2023-01-09 19:02:20 +08:00
scripts feat 同步前端代码 2024-08-29 00:24:37 +08:00
stores pc端 2023-01-09 19:02:20 +08:00
typings feat 同步前端代码 2024-08-29 00:24:37 +08:00
utils feat 同步前端代码 2024-08-29 00:24:37 +08:00
.env.development.example pc端 2023-01-09 19:02:20 +08:00
.env.example feat 同步前端代码 2024-08-29 00:24:37 +08:00
.env.production.example pc端 2023-01-09 19:02:20 +08:00
.eslintrc.cjs pc端 2023-01-09 19:02:20 +08:00
.gitignore pc端 2023-01-09 19:02:20 +08:00
README.md pc端 2023-01-09 19:02:20 +08:00
app.vue feat 同步前端代码 2024-08-29 00:24:37 +08:00
global.d.ts pc端 2023-01-09 19:02:20 +08:00
nuxt.config.ts feat 同步前端代码 2024-08-29 00:24:37 +08:00
package-lock.json feat 同步前端代码 2024-08-29 00:24:37 +08:00
package.json feat 同步前端代码 2024-08-29 00:24:37 +08:00
tailwind.config.js feat 同步前端代码 2024-08-29 00:24:37 +08:00
tsconfig.json pc端 2023-01-09 19:02:20 +08:00

README.md

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.