Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolaspadari/documentation
Vitepress template for easy documentation
https://github.com/nicolaspadari/documentation
Last synced: about 1 month ago
JSON representation
Vitepress template for easy documentation
- Host: GitHub
- URL: https://github.com/nicolaspadari/documentation
- Owner: NicolaSpadari
- Created: 2022-09-29T17:42:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T13:54:33.000Z (about 2 years ago)
- Last Synced: 2024-12-09T03:48:57.778Z (about 1 month ago)
- Homepage: https://docs.nicolaspadari.dev
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Documentation template
> Based on VitePress, quick cheatsheet of features, minimal reproduction
## Documentation
Check out full docs at https://vitepress.vuejs.org
## Setup
```sh
npx degit NicolaSpadari/documentation
cd ./documentation
npm i
npm run docs:dev
```## Deploying
### Netlify
Toml file:
```toml
[build]
publish = "docs/.vitepress/dist"
command = "npm i && npm run docs:build"
```