Skip to content

Egg Vue TypeScript SSR (Server Side Render) Example for Ves Node Framework

License

Notifications You must be signed in to change notification settings

easy-team/ves-admin

Repository files navigation

ves-amdin

Vue Single Page Application Server Side Render Example for Ves Framework, Front-End and Node of The Application are Written in TypeScript.

Document

QuickStart

$ npm install -g ves-cli
$ ves init
$ npm install
$ npm run dev
$ open http://localhost:7001

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

  • Font-End TypeScript

Font-End TypeScript

  • Node TypeScript

Node TypeScript

  • UI ScreenShot

UI ScreenShot

TypeScript

License

MIT