Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jamiewarb/vuepress-netlify-test


https://github.com/jamiewarb/vuepress-netlify-test

Last synced: 10 days ago
JSON representation

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

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](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)