Skip to content

jjmini/egg-vue-typescript-boilerplate

 
 

Repository files navigation

egg-vue-typescript-boilerplate

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

Document

QuickStart

  • Development Mode
$ npm install -g easywebpack-cli
$ easy init
$ npm install
$ npm run dev
$ open http://localhost:7001
  • Publish Mode
npm run tsc
npm run build
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

  • Font-End TypeScript

Font-End TypeScript

  • Node TypeScript

Node TypeScript

  • UI ScreenShot

UI ScreenShot

TypeScript

License

MIT

About

基于 egg + vue + typescript + webpack 服务端渲染工程骨架项目

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 52.8%
  • Vue 31.2%
  • JavaScript 16.0%