0.2.0 • Published 7 years ago
@arcblock/ocap-vue-starter v0.2.0
ocap-vue-starter
OCAP DApp starter template with @arcblock/ocap-js integrated, bootstrapped using @vue/cli.
Use as vue-cli preset
Make sure you have vue-cli installed.
vue create --preset ArcBlock/ocap-vue-starter my-ocap-dappUse as starter template
git clone https://github.com/ArcBlock/ocap-vue-starter.git
cd ocap-vue-starter
yarn
yarn serveOCAP SDK Usage Example
OCAP SDK Documentation
Other OCAP Tools
Other Libraries Included
Important NOTE
The template folder just duplicate some files and folders in the root folder, you should not change any files in this folder by hand, the recommended way to update template folder is to run npm run prepublish command.