Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Project Management Using npm¶
Initiate a project.
npm init
yarn global add vue/cli vue/cli-service-global npm install -g vue/cli vue/cli-service-global
npm run tauri:serve
sudo¶
Avoid using sudo with npm.
https://medium.com/ExplosionPills/dont-use-sudo-with-npm-still-66e609f5f92
https://
https://