Integration of Vue.js with the default DFINITY SDK bootstrap webpack project. There is also an integration with Vuetify in its own branch: vuetify
.
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:
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.
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)"