|
2 месяцев назад | |
---|---|---|
.nuxt | 2 месяцев назад | |
api | 3 месяцев назад | |
assets | 2 месяцев назад | |
components | 2 месяцев назад | |
composables | 5 месяцев назад | |
middleware | 5 месяцев назад | |
pages | 2 месяцев назад | |
plugins | 2 месяцев назад | |
public | 2 месяцев назад | |
server | 6 месяцев назад | |
static | 2 месяцев назад | |
store | 2 месяцев назад | |
utils | 5 месяцев назад | |
.gitignore | 2 месяцев назад | |
404.vue | 2 месяцев назад | |
README.md | 6 месяцев назад | |
app.vue | 2 месяцев назад | |
dist.zip | 2 месяцев назад | |
nuxt.config.js | 2 месяцев назад | |
package-lock.json | 2 месяцев назад | |
package.json | 2 месяцев назад | |
tsconfig.json | 6 месяцев назад |
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.