|
пре 3 недеља | |
---|---|---|
app | пре 1 месец | |
assets | пре 3 недеља | |
components | пре 3 недеља | |
composables | пре 4 недеља | |
lang | пре 1 месец | |
pages | пре 3 недеља | |
plugins | пре 1 месец | |
public | пре 1 месец | |
store | пре 1 месец | |
.env.development | пре 1 месец | |
.env.production | пре 1 месец | |
.gitignore | пре 1 месец | |
.tgitconfig | пре 1 месец | |
README.md | пре 1 месец | |
app.config.ts | пре 1 месец | |
app.vue | пре 1 месец | |
auto-imports.d.ts | пре 1 месец | |
components.d.ts | пре 3 недеља | |
nuxt.config.ts | пре 1 месец | |
nuxt.config.ts.bak | пре 1 месец | |
package-lock.json | пре 1 месец | |
package.json | пре 1 месец | |
tsconfig.json | пре 1 месец | |
viewer.properties | пре 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.