Execute Template
ARCHAMO opened this issue · 6 comments
Good morning. I am trying to clone the project but it does not show the template as I expect. This is a document that I did step by step from what I am doing.
I appreciate your help.
Hello!
Just do not install vue2-admin-lte npm to see the demo.
What you tried is a mockup server (http://localhost:3000)
once again connect url to http://localhost:8080
- download of clone to project of vue2-admin-lte
- move the project directory
- npm install ( i need npm version > 3 )
- npm run dev ( wait for seconds )
- open your browser and connect url (http://localhost:8080)
Goodnight.
Perform the steps that you comment and here I send you the results. I thank you for your help I could not see the template in operation.
Thank you
vue2-admin-lte-master$ node build/dev-server.js
Please do it
@ARCHAMO,
You should git pull
vue2-admin-lte.
In windows environment, can't execute multiple npm scripts at once.
So, I add npm-run-all in this project and split dev script into mock and dev-server. If you run only mock or dev-server, you should run npm run mock
or npm run dev-server
.
If want run servers(mock and dev-server) at the same time, you should run npm run dev
(same as before)
Thank you very much now if the template I could see complete. Although it lacks components such as datatables and Forms. But this is excellent. Thank you
datatables and forms are under development. :)