An open API service indexing awesome lists of open source software.

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

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/).