lusaxweb / vuesax-next

Vuesax v4: framework components for Vuejs
https://vuesax.com/
GNU General Public License v3.0
1.82k stars 200 forks source link

No url found for submodule path 'packages/docs/.vuepress/dist' in .gitmodules #113

Closed zabihy closed 4 years ago

zabihy commented 4 years ago
  1. I tried to install repo by npm to test it in my project using this command: npm install https://github.com/lusaxweb/vuesax-next.git
  2. I got this error: No url found for submodule path 'packages/docs/.vuepress/dist' in .gitmodules
herynugroho commented 4 years ago

you can try using this command: npm install vuesax@next

https://vuesax.com/docs/guide/gettingStarted.html

zabihy commented 4 years ago

you can try using this command: npm install vuesax@next

https://vuesax.com/docs/guide/gettingStarted.html

thank you @herynugroho