Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 234 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 234 Bytes

vue-cli-ssr-example

SSR implementation using vue-cli 3

Usage

Install dependencies:

yarn

Start dev server:

yarn serve

Build for production:

yarn build

Start production server:

yarn start