webman icon indicating copy to clipboard operation
webman copied to clipboard

I would like use npm node_modules, how to call js location path ?

Open haidarvm opened this issue 4 years ago • 1 comments

I would like use npm folder node_modules, how to call js location path ? I use VueJS <script src="node_modules/vue/dist/vue.min.js"></script>

if I use public_path() it's go to public folder So how to go to folder root ?

haidarvm avatar Jan 12 '21 02:01 haidarvm

put you static files in 'public' folder, e.g 404.html visit it in browser http://localhost:8787/404.html

l12ab avatar Jan 12 '21 04:01 l12ab