You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @prograhammer i really want to ask some question here, when i do build, i got 2 folders which is docs and lib. but when i do npm run dev i see on my index.html it only link the script to docs/my-lib.js and docs/docs.js.
here i dont understand what is the use of lib/my-lib.js ? am i missing something here?
because i really get so confused for the docs and lib folders.
also i want to ask if this library template can be used for any kind of framework (and frameworkless) project? or only to vue project? because your example i take it as a vue prject
The text was updated successfully, but these errors were encountered:
Hi @prograhammer i really want to ask some question here, when i do build, i got 2 folders which is
docs
andlib
. but when i donpm run dev
i see on my index.html it only link the script todocs/my-lib.js
anddocs/docs.js
.here i dont understand what is the use of
lib/my-lib.js
? am i missing something here?because i really get so confused for the
docs
andlib
folders.also i want to ask if this library template can be used for any kind of framework (and frameworkless) project? or only to vue project? because your example i take it as a vue prject
The text was updated successfully, but these errors were encountered: