Jérôme Chauveau b74b5170f8 | il y a 1 an | |
---|---|---|
components | il y a 1 an | |
pages | il y a 1 an | |
public/images | il y a 1 an | |
server/api | il y a 1 an | |
.gitignore | il y a 1 an | |
App.vue | il y a 1 an | |
README.md | il y a 1 an | |
nuxt.config.ts | il y a 1 an | |
package.json | il y a 1 an | |
tsconfig.json | il y a 1 an | |
yarn.lock | il y a 1 an |
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.