/vue-typescript-starter

Tiny Vue 2 & Typescript frontend starter. :rocket:

Primary LanguageJavaScriptMIT LicenseMIT

vue-typescript-starter

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.

Features

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