Skip to content

kozmoz/bitcoinconverter-vue3

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

Bitcoin Converter written in Vue.js 3 TypeScript

Todo: Create new blog post.

The following tools/frameworks are used:

  • Vue.js - frontend framework
  • Bootstrap - for styling
  • Axios - HTTP client

Getting Started

The source code is hosted at GitHub.

The following Git command wil clone the project and download the sources to the local machine.

$ git clone https://github.com/kozmoz/bitcoinconverter-vue3.git 

Prerequisites

The only requirements are node and npm.

Installing

To get the required dependencies, issue the following npm command:

$ npm install

Now start serving the app and open the following URL in the browser: http://localhost:3000/

$ npm run dev

Built With

  • Vue.js 3.0 - The Progressive JavaScript Framework
  • Vue I18n 9.0 - Vue I18n is internationalization plugin for Vue.js
  • Vue Vite 1.1 - Build tool that aims to provide a faster and leaner development experience
  • Bootstrap 4.6 – Responsive, mobile-first front-end component library
  • Axios 0.21 - Promise based HTTP client for the browser and node.js
  • Coindesk API - CoinDesk Bitcoin Price Index API

All variants of this Bitcoin converter application, sorted from new to old:

  • 2021 - Vue 3 TypeScript Bitcoin converter application blog src demo
  • 2020 - Vue.js - part 2 - Bitcoin converter application blog src demo
  • 2019 - Vue.js - part 1 - Bitcoin converter application blog src demo
  • 2017 - Angular Bitcoin converter application [blog] src demo
  • 2013 - AngularJS Bitcoin converter application blog src demo
  • 2013 - Backbone Bitcoin converter application blog src demo

This README.md is based on a template from: https://gist.github.com/PurpleBooth/109311bb0361f32d87a2

About

Vue 3 TypeScript project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published