• Stars
    star
    175
  • Rank 217,172 (Top 5 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 8 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Vue.js Server Side Render Template with Webpack & Express 🐝 🤠

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