code-smartchain / smartchainhApp

This repository contains the SmartChain holochain app with the WebApp Vuejs UI
3 stars 0 forks source link

Add VueJs Init project #4

Closed 8BitJonny closed 5 years ago

8BitJonny commented 5 years ago

Add a Vue js to the repo and follow the instructions in the VueJs CLI installer to create the first basis VueJs page.

npm install -g @vue/cli & vue create my-project

You would have to redo some file structure. Take the Omni Project as an example on how to structure it.