Inside the wallet, a user could not only keep or transfer tokens safely but go an extra mile and use every eos opportunity:
-
vote or vote through a proxy
-
create an account
-
reg or unreg Producer,
-
make permissions for accounts
-
airgrab tokens
-
sell and buy ram
-
stake and unstake
A Vue.js project
# 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
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
vue-cli. It is recommended to use npm 3+ for a more efficient dependency tree.
$ npm install -g vue-cli
$ vue init vuematerial/webpack my-project
$ cd my-project
$ npm install
$ npm run dev
Using docker-compose. In project's root directory enter
make build