Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 2.56 KB

README.md

File metadata and controls

68 lines (45 loc) · 2.56 KB

DFINITY-Vue

Mentioned in Awesome DFINITY Open in Visual Studio Code

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:

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)"