Skip to content

🌱 Vue.js integration with DFINITY SDK bootstrap webpack project.

Notifications You must be signed in to change notification settings

nop33/dfinity-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🌱 Vue.js integration with DFINITY SDK bootstrap webpack project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published