chao b35fe46e0a first commit | 1 周之前 | |
---|---|---|
assets | 1 周之前 | |
components | 1 周之前 | |
composables | 1 周之前 | |
layouts | 1 周之前 | |
middleware | 1 周之前 | |
pages | 1 周之前 | |
plugins | 1 周之前 | |
public | 1 周之前 | |
server | 1 周之前 | |
.gitignore | 1 周之前 | |
README.md | 1 周之前 | |
app.config.ts | 1 周之前 | |
app.vue | 1 周之前 | |
nuxt.config.ts | 1 周之前 | |
package-lock.json | 1 周之前 | |
package.json | 1 周之前 | |
serverConfig.js | 1 周之前 | |
tsconfig.json | 1 周之前 |
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev
Build the application for production:
# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn build
# bun
bun run build
Locally preview production build:
# npm
npm run preview
# pnpm
pnpm run preview
# yarn
yarn preview
# bun
bun run preview
Check out the deployment documentation for more information.