|
пре 1 месец | |
---|---|---|
.. | ||
addon | пре 1 месец | |
app | пре 1 месец | |
assets | пре 1 месец | |
components | пре 1 месец | |
composables | пре 1 месец | |
lang | пре 1 месец | |
layouts | пре 1 месец | |
middleware | пре 1 месец | |
plugins | пре 1 месец | |
public | пре 1 месец | |
stores | пре 1 месец | |
types | пре 1 месец | |
utils | пре 1 месец | |
.gitignore | пре 1 месец | |
.npmrc | пре 1 месец | |
README.md | пре 1 месец | |
app.vue | пре 1 месец | |
nuxt.config.ts | пре 1 месец | |
package-lock.json | пре 1 месец | |
package.json | пре 1 месец | |
publish.cjs | пре 1 месец | |
tsconfig.json | пре 1 месец | |
windi.config.ts | пре 1 месец |
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.