webman
webman copied to clipboard
I would like use npm node_modules, how to call js location path ?
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 ?
put you static files in 'public' folder, e.g 404.html
visit it in browser http://localhost:8787/404.html