You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
韦创卫 af0a0ceb9c first commit 2 years ago
api first commit 2 years ago
assets first commit 2 years ago
components first commit 2 years ago
composables first commit 2 years ago
layouts first commit 2 years ago
pages first commit 2 years ago
plugins first commit 2 years ago
public first commit 2 years ago
server first commit 2 years ago
.gitignore first commit 2 years ago
.npmrc first commit 2 years ago
README.md first commit 2 years ago
app.config.ts first commit 2 years ago
app.vue first commit 2 years ago
i18n.config.ts first commit 2 years ago
nuxt.config.ts first commit 2 years ago
package-lock.json first commit 2 years ago
package.json first commit 2 years ago
tsconfig.json first commit 2 years ago
yarn.lock first commit 2 years ago

README.md

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Development Server

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

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

Check out the deployment documentation for more information.