https://github.com/warengonzaga/vuepress-test
https://github.com/warengonzaga/vuepress-test
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/warengonzaga/vuepress-test
- Owner: warengonzaga
- License: mit
- Created: 2021-03-08T14:48:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T14:49:25.000Z (over 5 years ago)
- Last Synced: 2024-04-14T09:05:02.870Z (about 2 years ago)
- Language: Stylus
- Size: 6.47 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
home: true
pageClass: front
actionText: Hello VuePress →
actionLink: /docs/
features:
- title: One-click Deploy
details: Use the ”Deploy to Netlify“ button below to create a new VuePress installation with one simple click. Get my wonderful VuePress theme for free.
- title: Github
details: You need a Github and a Netlify account. Otherwise the Deploy Button doesn't work.
- title: Netlify
details: The “Deploy to Netlify” button helps users deploy new sites from templates with one single click on Netlify.
---
# VuePress Deploy
This is a Starter template for a [VuePress](https://vuepress.vuejs.org) with a Progressive Web App (PWA) out of the box.
And it integrates the NetlifyCMS with VuePress.
## One-click Deploy
[](https://app.netlify.com/start/deploy?repository=https://github.com/capriosa/vuepress-deploy)
## Local Development
To try it out locally, clone this repo and generate a static site.
```bash{3}
git clone https://github.com/capriosa/vuepress-deploy
cd vuepress-deploy
npm install
npm run build or npm run dev to start a local server
```
For more information, see [VuePress Docs](https://vuepress.vuejs.org)