https://github.com/emreavcilar/vue-cli-server-side-rendering-express
https://github.com/emreavcilar/vue-cli-server-side-rendering-express
express expressjs server-side-rendering ssr vuecli vuejs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emreavcilar/vue-cli-server-side-rendering-express
- Owner: emreavcilar
- Created: 2019-04-27T22:28:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T22:22:44.000Z (about 7 years ago)
- Last Synced: 2025-09-23T03:40:02.029Z (9 months ago)
- Topics: express, expressjs, server-side-rendering, ssr, vuecli, vuejs
- Language: JavaScript
- Size: 297 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://cli.vuejs.org/config/).