M
M
mrFlyer2017-03-06 10:34:16
Node.js
mrFlyer, 2017-03-06 10:34:16

How to correctly install a package from github via NPM?

Hello.
Complete newbie to Node.js and Vue2. Help me to understand.
There is a project on laravel5, I want to make an admin panel on CoreUI\Vue2
Do I understand the principle of my actions correctly?
1. Create a folder adminApp: /resourses/assets/adminApp
2. Initialize npm
npm init
3. Clone the package from github:

git clone https://github.com/mrholek/CoreUI-Free-Bootstrap-Admin-Template.git

4. I have a folder CoreUI-Free-Bootstrap-Admin-Template there
And then a stupor. Should I build CoreUI-Free-Bootstrap-Admin-Template/Vue_Full_Project into some kind of package like CoreUI 1.0.0 and include it in the root ./package.json? Or is this Vue_Full_Project supposed to be the root of the application?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly, 2017-03-06
@mrFlyer

I think this package is the framework of the future project, so it is copied from the git and not installed as a module with npm.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question