https://github.com/sourcec0de/spa-seo-example
https://github.com/sourcec0de/spa-seo-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sourcec0de/spa-seo-example
- Owner: sourcec0de
- Created: 2016-11-22T15:17:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-22T15:17:31.000Z (over 9 years ago)
- Last Synced: 2025-01-12T11:32:44.262Z (over 1 year ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spa-seo-example
> A project to test SEO and Vue.js
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# lint all *.js and *.vue files
npm run lint
# run unit tests
npm test
```
For more information see the [docs for vueify](https://github.com/vuejs/vueify).