https://github.com/ijkml/content-app
https://github.com/ijkml/content-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ijkml/content-app
- Owner: ijkml
- Created: 2023-09-17T12:58:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-27T22:07:31.000Z (over 1 year ago)
- Last Synced: 2025-01-30T03:43:52.212Z (4 months ago)
- Language: Vue
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Content v2 Minimal Starter
Look at the [Content documentation](https://content-v2.nuxtjs.org/) 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://v3.nuxtjs.org/docs/deployment) for more information.