Skip to content

emreavcilar/vue-cli-server-side-rendering-express

Repository files navigation

vue-cli-server-side-rendering-express

This is a simple vue-cli server side rendering template example. This template mainly includes;

  • Vue
  • Express
  • Vuex
  • Axios
  • nodemon

and some other helper libraries.

Setup

yarn install or npm install

if you are working on your local please run

npm run serve

if you are on server please run

npm start server.js

To check SSR visit: view-source:http://localhost:8000/

Happy Hacking!

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.