【米尔科技】前端
Go to file
2023-06-28 19:02:53 +08:00
.idea Initial commit 2023-06-28 19:02:53 +08:00
.vscode Initial commit 2023-06-28 19:02:53 +08:00
assets Initial commit 2023-06-28 19:02:53 +08:00
components Initial commit 2023-06-28 19:02:53 +08:00
layout Initial commit 2023-06-28 19:02:53 +08:00
middleware Initial commit 2023-06-28 19:02:53 +08:00
pages Initial commit 2023-06-28 19:02:53 +08:00
plugins Initial commit 2023-06-28 19:02:53 +08:00
public Initial commit 2023-06-28 19:02:53 +08:00
server Initial commit 2023-06-28 19:02:53 +08:00
store Initial commit 2023-06-28 19:02:53 +08:00
style/element Initial commit 2023-06-28 19:02:53 +08:00
utils Initial commit 2023-06-28 19:02:53 +08:00
.env Initial commit 2023-06-28 19:02:53 +08:00
.gitignore Initial commit 2023-06-28 19:02:53 +08:00
.npmrc Initial commit 2023-06-28 19:02:53 +08:00
nuxt.config.ts Initial commit 2023-06-28 19:02:53 +08:00
package-lock.json Initial commit 2023-06-28 19:02:53 +08:00
package.json Initial commit 2023-06-28 19:02:53 +08:00
README.md Initial commit 2023-06-28 19:02:53 +08:00
tsconfig.json Initial commit 2023-06-28 19:02:53 +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.