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