Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loke-dev/gridsome-starter-docs
📖 A Gridsome documentation starter
https://github.com/loke-dev/gridsome-starter-docs
docs documentation gridsome starter vue vuejs
Last synced: about 2 months ago
JSON representation
📖 A Gridsome documentation starter
- Host: GitHub
- URL: https://github.com/loke-dev/gridsome-starter-docs
- Owner: loke-dev
- License: mit
- Created: 2019-04-02T18:22:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T14:42:09.000Z (about 3 years ago)
- Last Synced: 2024-10-22T21:37:17.668Z (about 2 months ago)
- Topics: docs, documentation, gridsome, starter, vue, vuejs
- Language: Vue
- Homepage: https://gridsome-starter-docs.loke.dev
- Size: 8.3 MB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gridsome - gridsome-starter-docs - Documentation starter. (Uncategorized / Uncategorized)
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/a4bebd5e-af19-4af3-990f-f5eee569e050/deploy-status)](https://app.netlify.com/sites/gridsome-starter-docs/deploys)
# gridsome-starter-docs
> A starter project, perfect for your documentation site.
## Features
- Beautiful and simple design.
- Markdown for documentation.
- Perfect score on Google Lighthouse.## Demo
https://gridsome-starter-docs.loke.dev
## Install
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/LokeCarlsson/gridsome-starter-docs)
**or manually follow the guide below**
### 1. Install Gridsome CLI tool if you don't have
`npm install --global @gridsome/cli`
### 2. Install this starter
1. `gridsome create my-gridsome-site https://github.com/LokeCarlsson/gridsome-starter-docs.git`
2. `cd my-gridsome-site` to open folder
3. `yarn dev` to start local dev server at `http://localhost:8080`
4. Happy hacking 🎉🙌