Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alhiane/ko5blog
Ko5log is a blog where I share my experience
https://github.com/alhiane/ko5blog
articles blogging gridsome learning programming
Last synced: about 2 months ago
JSON representation
Ko5log is a blog where I share my experience
- Host: GitHub
- URL: https://github.com/alhiane/ko5blog
- Owner: Alhiane
- Created: 2020-04-14T12:58:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T23:51:54.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T05:22:44.629Z (almost 2 years ago)
- Topics: articles, blogging, gridsome, learning, programming
- Language: Vue
- Homepage: http://ko5blog.com
- Size: 9.34 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
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 --shamefully-hoist
```## 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.