An open API service indexing awesome lists of open source software.

https://github.com/techlab23/krypton

Krypton - crypto crurrency tracker using vue.js
https://github.com/techlab23/krypton

axios vue vue-cli vue-router vue2 vuex

Last synced: about 1 month ago
JSON representation

Krypton - crypto crurrency tracker using vue.js

Awesome Lists containing this project

README

          

# Krypton

> Cryptocurrency tracker using vue.js

## Building Krypton - Video Tutorials

- [Tutorial site](http://krypton-tutorials.surge.sh)
- [Tutorial playlist on youtube](https://www.youtube.com/playlist?list=PLmxSe0-g_i-ghDmGTuwrI922YS1mXMR45)

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report
```

For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).