|
3 天之前 | |
---|---|---|
.vscode | 6 天之前 | |
components | 3 天之前 | |
layouts | 1 周之前 | |
locales | 3 天之前 | |
pages | 3 天之前 | |
public | 3 天之前 | |
server | 4 天之前 | |
styles | 5 天之前 | |
utils | 4 天之前 | |
.gitignore | 1 周之前 | |
README.md | 1 周之前 | |
app.vue | 3 天之前 | |
i18n.config.ts | 4 天之前 | |
nuxt.config.ts | 3 天之前 | |
package.json | 5 天之前 | |
pnpm-lock.yaml | 3 天之前 | |
tsconfig.json | 1 周之前 | |
yarn.lock | 1 周之前 |
Look at the Nuxt documentation to learn more.
Make sure to install 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 dev
# yarn
yarn dev
# bun
bun run dev
Build the application for production:
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn build
# bun
bun run build
Locally preview production build:
# npm
npm run preview
# pnpm
pnpm preview
# yarn
yarn preview
# bun
bun run preview
Check out the deployment documentation for more information.