Skip to content

Commit

Permalink
Configure Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Paleo committed Oct 29, 2019
1 parent 04aeaab commit cec21a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,7 +1,9 @@

language: node_js
node_js:
- "stable"
- 8
- 10
- 12
cache:
directories:
- "node_modules"
4 changes: 3 additions & 1 deletion README.md
@@ -1,6 +1,8 @@
# direct-vuex

Use and implement your Vuex store with TypeScript types. Compatible with the Vue 3 composition API.
[![Build Status](https://travis-ci.com/paleo/direct-vuex.svg?branch=master)](https://travis-ci.com/paleo/direct-vuex)

Use and implement your Vuex store with TypeScript types. Direct-vuex doesn't require classes, so it is compatible with the Vue 3 composition API.

## How to use

Expand Down

0 comments on commit cec21a1

Please sign in to comment.