|
hai 1 ano | |
---|---|---|
assets | %!s(int64=2) %!d(string=hai) anos | |
composables | %!s(int64=2) %!d(string=hai) anos | |
pages | hai 1 ano | |
public | hai 1 ano | |
server | %!s(int64=2) %!d(string=hai) anos | |
utils | %!s(int64=2) %!d(string=hai) anos | |
.gitignore | %!s(int64=2) %!d(string=hai) anos | |
.npmrc | %!s(int64=2) %!d(string=hai) anos | |
Dockerfile | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
app.vue | %!s(int64=2) %!d(string=hai) anos | |
dist | %!s(int64=2) %!d(string=hai) anos | |
docker-app-compose.yml | %!s(int64=2) %!d(string=hai) anos | |
nginx.conf | %!s(int64=2) %!d(string=hai) anos | |
nuxt.config.ts | %!s(int64=2) %!d(string=hai) anos | |
package-lock.json | %!s(int64=2) %!d(string=hai) anos | |
package.json | %!s(int64=2) %!d(string=hai) anos | |
tsconfig.json | %!s(int64=2) %!d(string=hai) anos | |
yarn.lock | %!s(int64=2) %!d(string=hai) anos |
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
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.