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
- Host: GitHub
- URL: https://github.com/techlab23/krypton
- Owner: techlab23
- Created: 2018-07-17T06:31:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-26T07:56:57.000Z (almost 7 years ago)
- Last Synced: 2025-03-23T20:44:01.610Z (about 1 year ago)
- Topics: axios, vue, vue-cli, vue-router, vue2, vuex
- Language: JavaScript
- Homepage: http://krypton-tutorials.surge.sh/
- Size: 642 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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).