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

https://github.com/janumedia/vue-spa-prerender-example

Vue JS Web Components with SPA Prerender example
https://github.com/janumedia/vue-spa-prerender-example

demo jest prerender-spa vue vue-cli-3 vue-router vuex web-components webpack

Last synced: 4 months ago
JSON representation

Vue JS Web Components with SPA Prerender example

Awesome Lists containing this project

README

        

# vue-SPA-prerender-example

Vue with SPA Prerender example

This repo using Vue-Cli-3 with some modifications.

[![Netlify Status](https://api.netlify.com/api/v1/badges/44289df9-a126-46f1-8bbf-65fe3ee3f520/deploy-status)](https://app.netlify.com/sites/vue-web-components/deploys)

### Built Components

TileGrid, ChessGrid, ListBox, LazyImage, Google Map, Google Place Reviews

### Live Demo

Live [demo](https://vue-web-components.netlify.com/)

### Demo with NuxtJS

See implementation with NuxtJS [here](https://github.com/janumedia/nuxt-web-template)

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

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

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

### Run your unit tests
```
npm run test:unit
```