-
-
Notifications
You must be signed in to change notification settings - Fork 977
Home
xidedix edited this page Apr 26, 2018
·
9 revisions
Welcome to the CoreUI-Vue wiki!
FAQ:
sometimes things go wrong with npm install
try:
- remove
node_modules
directory - remove
package-lock.json
file - then
npm install
assuming that you've got node & npm installed properly
try this way:
cd Vue_Starter
npm install
npm start
Built files are meant to be served over an HTTP server.
If you don't have your own server, and you want to test your build locally, you can set up a local web server on your computer. See: https://www.npmjs.com/package/vue-http-server
install globally:
npm install http-server -g
then navigate to your dist folder:
cd dist
and start the server:
http-server -o