Tiny Vue 2 & Typescript frontend starter. 🚀
Note: This frontend example works with Koa-GraphQL-RethinkDB (GraphQL API Server). If you want not to work with GraphQL feel free to customize it.
- Webpack 3.
- Vue 2
2.4.x
with Hot reload API. - Typescript
2.4.x
with vue-class-component. - Webpack Code Spliting.
- Webpack Dashboard for development.
- Webpack Bundle Analyzer for production.
- PostCSS with Autoprefixer.
- Apollo GraphQL Client (optional).
Node 6 or later is required.
Clone the repository and install dependencies:
git clone \
--depth 1 \
--single-branch \
https://github.com/joseluisq/vue-typescript-starter.git ./my-vue-app
cd ./my-vue-app
yarn
yarn start
yarn build
Feel free to send some Pull request or issue.
MIT license
© 2017 José Luis Quintana