edu/pc
damonyuan 72a5f58fae fix 修复前端编译后,没有自动复制到public/pc 的bug 2024-11-04 16:39:34 +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 更新UI 2024-10-13 17:51:34 +08:00
layouts feat 更新UI 2024-10-13 17:51:34 +08:00
middleware feat 同步前端代码 2024-08-29 00:24:37 +08:00
nuxt pc端 2023-01-09 19:02:20 +08:00
pages 修改pc装修数据返回 2024-11-04 15:56:41 +08:00
plugins feat 同步前端代码 2024-08-29 00:24:37 +08:00
public pc端 2023-01-09 19:02:20 +08:00
scripts fix 修复前端编译后,没有自动复制到public/pc 的bug 2024-11-04 16:39:34 +08:00
stores feat 更新UI 2024-10-13 17:51:34 +08:00
typings feat 同步前端代码 2024-08-29 00:24:37 +08:00
utils feat 更新UI 2024-10-13 17:51:34 +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
.prettierrc feat 更新UI 2024-10-13 17:51:34 +08:00
README.md pc端 2023-01-09 19:02:20 +08:00
app.vue feat 更新UI 2024-10-13 17:51:34 +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.