This starter kit provide a boilerplate to getting started with Vuejs + SSR and Typescript.
I'm not providing support for Tests yet and some dependencies is not in production ready (eg. some webpack@4.x plugins is still in beta), so don't use at production or use at your own risk.
- Clone or Download this repo.
yarn
.yarn serve
for running development, oryarn build
andnode server.js
for production.
I use webpack@4 for module bundler, Vue SPA related modules (vue-router, vuex), Typescript as Language, Vue Class Style Component, Tailwindcss, Lodash, and some bundling related modules.