Skip to content

coschain/cos-web-toolkit

Repository files navigation

cos-web-toolkit

A toolkit web for accessing contentos chain.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9090
npm run debug_server

# build for production with minification
npm run build

# serve for production
npm run server

# serve with process manager
pm2 start pm2.config.js

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.