generator-vue-ssr-fullstack

1.0.1 • Public • Published

豆瓣电影服务端渲染

技术基础 Vue 2.0 + vue-router + vuex + element-ui + nodejs 服务端渲染 线上演示环境 贴一下浏览器渲染的地址吧,项目新鲜出炉 还没来得及部署到云服务器上

Features

  • 服务器端  - Vue + vue-router + vuex working together
    • Server-side data pre-fetching
    • Client-side state & DOM hydration
    • Automatically inlines CSS used by rendered components only
  • vue 单文件组件  - Hot-reload in development
    • CSS extraction for production
  • Real-time List Updates with FLIP Animation

简单概要

screen shot 2016-08-11 at 6 06 57 pm

构建步骤

Requires Node.js 6+

# install dependencies
npm install # or yarn
 
# serve in dev mode, with hot reload at localhost:8080
npm run dev
 
# build for production
npm run build
 
# serve in production mode
npm start

Dependencies (18)

Dev Dependencies (17)

Package Sidebar

Install

npm i generator-vue-ssr-fullstack

Weekly Downloads

3

Version

1.0.1

License

none

Last publish

Collaborators

  • wangwei123