项目作者: easy-team

项目描述 :
Egg Vue TypeScript Server Side Render (SSR) / Client Side Render (CSR)
高级语言: TypeScript
项目地址: git://github.com/easy-team/egg-vue-typescript-boilerplate.git
创建时间: 2018-01-17T12:22:35Z
项目社区:https://github.com/easy-team/egg-vue-typescript-boilerplate

开源协议:MIT License

下载


egg-vue-typescript-boilerplate

基于 Egg + Vue + Webpack SSR 服务端渲染和 CSR 前端渲染工程骨架项目。

Single Page Application Isomorphic Example for Egg + Vue, Front-End and Node of The Application are Written in TypeScript.

Document

QuickStart

  • Development
  1. $ npm install -g easywebpack-cli
  2. $ easy init
  3. $ npm install
  4. $ npm run dev
  5. $ open http://localhost:7001
  • Publish
  1. npm run tsc
  2. npm run build
  3. npm start

Features

  • ✔︎ Single Page Application, Support Vue Server Side Render and Client Side Render Modes, Rendering Cache, Automatic Downgrade
  • ✔︎ Front-End and Node of The Application are Written in TypeScript, Use vue-property-decorator and vuex-class
  • ✔︎ Build with Webpack + TypeScript, Auto Building, Hot Reload, Code Splitting, High Speed, Performance Optimization

Rendering

  • Front-End TypeScript

Front-End TypeScript

  • Node TypeScript

Node TypeScript

  • UI ScreenShot

UI ScreenShot

TypeScript

License

MIT