You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
.vscode | 7 months ago | |
assets | 2 months ago | |
components | 6 months ago | |
content/blog | 7 months ago | |
layouts | 6 months ago | |
lib | 6 months ago | |
pages | 2 months ago | |
plugins | 8 months ago | |
public | 8 months ago | |
server | 6 months ago | |
.gitignore | 8 months ago | |
.prettierrc | 8 months ago | |
LICENSE.txt | 4 months ago | |
README.md | 8 months ago | |
app.vue | 8 months ago | |
nuxt.config.ts | 8 months ago | |
package-lock.json | 2 months ago | |
package.json | 2 months ago | |
tsconfig.json | 8 months ago |
README.md
Nuxt 3 Minimal Starter
Look at the nuxt 3 documentation to learn more.
Setup
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Development Server
Start the development server on http://localhost:3000
npm run dev
Production
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Checkout the deployment documentation for more information.