【前端】心动的小屋
Go to file
2023-08-24 21:42:27 +08:00
.idea init 2023-08-16 02:08:57 +08:00
.vscode init 2023-08-16 02:08:57 +08:00
assets fiexd 优化细节 2023-08-24 21:42:27 +08:00
components fiexd 优化细节 2023-08-24 21:42:27 +08:00
layout init 2023-08-16 02:08:57 +08:00
middleware init 2023-08-16 02:08:57 +08:00
pages fiexd 优化细节 2023-08-24 21:42:27 +08:00
plugins init 2023-08-16 02:08:57 +08:00
public feat: 完成爱情故事对接 2023-08-24 16:10:00 +08:00
server fiexd 优化细节 2023-08-24 21:42:27 +08:00
store init 2023-08-16 02:08:57 +08:00
style/element init 2023-08-16 02:08:57 +08:00
utils init 2023-08-16 02:08:57 +08:00
.env init 2023-08-16 02:08:57 +08:00
.gitignore init 2023-08-16 02:08:57 +08:00
.npmrc init 2023-08-16 02:08:57 +08:00
nuxt.config.ts feat: 完成爱情故事对接 2023-08-24 16:10:00 +08:00
package-lock.json init 2023-08-16 02:08:57 +08:00
package.json init 2023-08-16 02:08:57 +08:00
README.md init 2023-08-16 02:08:57 +08:00
tsconfig.json init 2023-08-16 02:08:57 +08:00

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

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.