Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fimion/dangitalex-wtf
https://dangitalex.wtf
https://github.com/fimion/dangitalex-wtf
Last synced: 8 days ago
JSON representation
https://dangitalex.wtf
- Host: GitHub
- URL: https://github.com/fimion/dangitalex-wtf
- Owner: fimion
- Created: 2021-10-06T21:14:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T13:37:22.000Z (11 months ago)
- Last Synced: 2024-12-12T20:15:32.224Z (10 days ago)
- Language: Vue
- Size: 817 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
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.