https://github.com/iczp/nuxt-vvll
nuxt content,vue,skills
https://github.com/iczp/nuxt-vvll
nuxtjs skills-course vue
Last synced: 4 months ago
JSON representation
nuxt content,vue,skills
- Host: GitHub
- URL: https://github.com/iczp/nuxt-vvll
- Owner: Iczp
- Created: 2024-06-12T00:53:33.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T09:58:27.000Z (9 months ago)
- Last Synced: 2025-01-15T07:45:52.951Z (5 months ago)
- Topics: nuxtjs, skills-course, vue
- Language: Vue
- Homepage: https://vvll.net
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 149
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VVLL.NET
> Look at the [Content documentation](https://content.nuxt.com/) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install# npm
npm install# pnpm
pnpm install
```## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```## Production
Build the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```Checkout the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.