Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pilotkid/prerendering-seo-with-vue


https://github.com/pilotkid/prerendering-seo-with-vue

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Prerendering & SEO with Vue

In this repo we will discuss how to get started with prerendering and SEO with Vue. There are two videos that will help you get started with prerendering and SEO.

[] Prerendering

[] SEO with Vue

There are 3 branches
- [Master](https://github.com/pilotkid/Prerendering-SEO-with-Vue)
- The base project that the videos are based off of
- [Pre-Render](https://github.com/pilotkid/Prerendering-SEO-with-Vue/tree/Pre-render)
- The branch that contains the final pre-rendering example
- [SEO](https://github.com/pilotkid/Prerendering-SEO-with-Vue/tree/SEO)
- The branch that contains the final SEO example

Each branch contains a README.md file that contains a written guide

---

This project was based off the website [eldin.space](https://eldin.space). The basic template was used, then everything else was stripped out of the project.

---

### Project setup
```
npm install
```

#### Compiles and hot-reloads for development
```
npm run serve
```

#### Compiles and minifies for production
```
npm run build
```

#### Lints and fixes files
```
npm run lint
```

#### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).