dfinity-vue
dfinity-vue copied to clipboard
π± Vue.js integration with DFINITY SDK bootstrap webpack project.
DFINITY-Vue
Integration of Vue.js with the default DFINITY SDK bootstrap webpack project. There is also an integration with Vuetify in its own branch: vuetify.
Docs and resources
I documented the process of integrating both Vue and Vuetify in my respective blog posts:
- Integrating Vue.js with DFINITY SDK Bootstrap project - Part 1
- Integrating Vue.js with DFINITY SDK Bootstrap project - Part 2: Adding Vuetify
See the following documentation available online:
If the docs are not helping, these are other resources you can draw inspiration from:
If nothing helps and you are stuck, these are places you can go ask for guidance:
Troubleshooting
Missing node signing public key
Restart the DFX network with:
dfx start --clean
The --clean option removes checkpoints and stale state information from your projectβs cache so that you can restart the Internet Computer replica and web server processes in a clean state.
How to upgrade the SDK
To upgrade from a previous SDK version, run:
dfx upgrade
For a clean installation instead of an upgrade, run:
~/.cache/dfinity/uninstall.sh && sh -ci "$(curl -sSL https://sdk.dfinity.org/install.sh)"