|
2 هفته پیش | |
---|---|---|
.nuxt | 2 هفته پیش | |
api | 3 ماه پیش | |
app | 3 هفته پیش | |
assets | 3 هفته پیش | |
components | 2 هفته پیش | |
composables | 1 ماه پیش | |
middleware | 3 هفته پیش | |
pages | 2 هفته پیش | |
plugins | 3 هفته پیش | |
public | 3 هفته پیش | |
server | 6 ماه پیش | |
store | 2 ماه پیش | |
utils | 5 ماه پیش | |
.env | 1 ماه پیش | |
.gitignore | 1 ماه پیش | |
404.vue | 4 هفته پیش | |
README.md | 6 ماه پیش | |
app.vue | 3 هفته پیش | |
error.vue | 4 هفته پیش | |
nuxt.config.js | 4 هفته پیش | |
package-lock.json | 1 ماه پیش | |
package.json | 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.