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