Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 734 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 734 Bytes

Vue.js SPA (Vuex, SSR)

Description

Vue.js SPA with SSR (Server Side Rendering) and Vuex

Usage

  • Install dependencies npm i
  • Run with npm run start

Scripts

  • Build and serve - npm run start
  • Build client side - npm run build-client
  • Build server side - npm run build-server
  • Start server - npm run serve

Tools used in project