Awesome
vue-typescript-starter
Tiny Vue 2 & Typescript frontend starter. :rocket:
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.
Features
- 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.
Install
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
Development
yarn start
Production
yarn build
Contributions
Feel free to send some Pull request or issue.
License
MIT license
© 2017 José Luis Quintana