-
-
Notifications
You must be signed in to change notification settings - Fork 982
Home
xidedix edited this page Apr 5, 2018
·
9 revisions
Welcome to the CoreUI-Vue wiki!
FAQ:
sometimes things go wrong with npm install
try:
- remove
node_modulesdirectory - remove
package-lock.jsonfile - then
npm install
assuming that you've got node & npm installed properly
try this way:
cd Vue_Starter
npm install
npm startBuilt files are meant to be served over an HTTP server.