|
9 months ago | |
---|---|---|
app | 9 months ago | |
components | 9 months ago | |
modules | 9 months ago | |
pages | 9 months ago | |
plugins | 9 months ago | |
server | 9 months ago | |
.gitignore | 9 months ago | |
README.md | 9 months ago | |
TODO.md | 9 months ago | |
app.vue | 9 months ago | |
components.d.ts | 9 months ago | |
nuxt.config.ts | 9 months ago | |
package.json | 9 months ago | |
tailwind.config.js | 9 months ago | |
tsconfig.json | 9 months ago | |
yarn.lock | 9 months ago |
Look at the nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
Start the development server on http://localhost:3000
yarn dev
Build the application for production:
yarn build
Locally preview production build:
yarn preview
Checkout the deployment documentation for more information.