Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pilotkid/prerendering-seo-with-vue
https://github.com/pilotkid/prerendering-seo-with-vue
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pilotkid/prerendering-seo-with-vue
- Owner: pilotkid
- Created: 2022-01-31T21:36:10.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T03:24:11.000Z (almost 3 years ago)
- Last Synced: 2023-03-01T02:11:40.280Z (almost 2 years ago)
- Language: Vue
- Size: 383 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 exampleEach 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/).