|
|
%!s(int64=2) %!d(string=hai) anos | |
|---|---|---|
| assets | %!s(int64=2) %!d(string=hai) anos | |
| pages | %!s(int64=2) %!d(string=hai) anos | |
| public | %!s(int64=2) %!d(string=hai) anos | |
| 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 | |
| README.md | %!s(int64=2) %!d(string=hai) anos | |
| app.vue | %!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.