Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 556 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 556 Bytes

Vue.js-Meetup

A repository to show an application programmed in order to showcase the typescript support of vue.js in a vue.js meetup

Watchlist Installation

The watchlist application is in the package /watchlist-done. There you have to install the needed dependencies with npm.

$ cd watchlist-done
$ npm install

Watchlist serve

For best experience you should use the ui of the new vue-cli 3. You can find the cli here: https://cli.vuejs.org/

Alternatively you can just run the application with

$ npm serve

Have Fun!