Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danini-the-panini/danini.dev
https://danini.dev
https://github.com/danini-the-panini/danini.dev
Last synced: 15 days ago
JSON representation
https://danini.dev
- Host: GitHub
- URL: https://github.com/danini-the-panini/danini.dev
- Owner: danini-the-panini
- Created: 2023-06-16T17:31:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-28T08:05:56.000Z (8 months ago)
- Last Synced: 2024-04-28T09:22:35.520Z (8 months ago)
- Language: Vue
- Size: 6.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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.