Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Vue.js SSR Template

A Dead Simple Vue.js Server Side Render Template

Demo

Vue.js SSR Template Demo

Build Setup

# npm
npm install

# yarn
yarn

# develop
npm run dev

# deploy
npm run deploy

# build 
npm run build

Project Structure


project /
  build /
    dev-server.js
    vue-loader.conf.js
    webpack.base.conf.js
    webpack.client.conf.js
    webpack.server.conf.js
  dist /
  node_modules /
  public /
  src /
    css /
      main.css
    components /
    router /
      index.js
    store /
      index.js
    stylus /
      main.styl
    views /
    app.js
    App.vue
    client-entry.js
    index.html
    server-entry.js
  .gitignore
  app.js
  package.json

About Vue.js SSR

vue-server-renderer

About

Vue.js Server Side Render Template with Webpack2 & Express 🐝 🀠

Topics

Resources

License

Packages

No packages published
You can’t perform that action at this time.