Jérôme Chauveau b74b5170f8 | pirms 1 gada | |
---|---|---|
components | pirms 1 gada | |
pages | pirms 1 gada | |
public/images | pirms 1 gada | |
server/api | pirms 1 gada | |
.gitignore | pirms 1 gada | |
App.vue | pirms 1 gada | |
README.md | pirms 1 gada | |
nuxt.config.ts | pirms 1 gada | |
package.json | pirms 1 gada | |
tsconfig.json | pirms 1 gada | |
yarn.lock | pirms 1 gada |
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.