Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 652 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 652 Bytes

simple ssr vuejs2

This project is setup for simple ssr

Installing

You need to install dependency

npm install or yarn install

Running for develop mode. serve with hot reload at localhost:8080

npm run dev or yarn dev

build for production with minification

npm run build-all or yarn build-all

and then

node server.js

let's enjoy your ssr application

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments