
Distributed Application Starter: Vue front-end, Ethereum / IPFS Backend
The vue-ethereum-ipfs is a distributed application starter that utilizes the Vue framework for building client-side webapps, Ethereum as the backend for running smart contracts, and IPFS as a distributed content distribution network. It allows for the creation of nearly indestructible webapps by storing the app's state inside Ethereum and using IPFS to deliver the HTML. This guide provides instructions on how to use this starter kit to create Vue apps that integrate with Ethereum.
The vue-ethereum-ipfs distributed application starter allows for the creation of indestructible Vue apps by utilizing Ethereum and IPFS. By keeping the app's state inside Ethereum and using IPFS for content delivery, the apps become highly resilient. The installation process involves setting up IPFS and MetaMask, installing Ganache CLI and Truffle, and integrating the Vue packages with the Ethereum backend. Contracts can be easily developed using Remix Ethereum IDE and the example code provided in the starter kit. Overall, this starter kit provides a seamless way to build client-side webapps that interact with Ethereum.

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.
Bulma is a free, open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free.
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.