Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 373 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 373 Bytes

vue-3-basic-sample-app

This example app takes the application from https://github.com/moduslabs/vue3-example-ssr which has router and a non singleton vuex and simplifies it to just have a router.

Project setup

npm install

Compile Client Side Rendered (CSR) App

npm run buildcsr

Run client Side Rendered (CSR) App

npm run startcsr