Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alviner/alviner.github.io
https://github.com/alviner/alviner.github.io
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alviner/alviner.github.io
- Owner: Alviner
- Created: 2024-07-13T13:59:19.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-28T23:11:10.000Z (2 months ago)
- Last Synced: 2024-08-29T00:25:24.930Z (2 months ago)
- Language: Vue
- Homepage: https://alviner.github.io/
- Size: 1.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Content v2 Minimal Starter
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.