- create a directory to place the framework.
- clone the repository
git clone https://github.com/nolimits4web/Framework7-Vue
- cd
Framework7-Vue
npm install
npm run dist
- go to your project and remove the Framework7-Vue:
npm remove Framework7-Vue
- link the new package you just build:
npm link <path to Framework7-Vue>
That's it!
Haven't had any luck with this. After using the built files, nothing loads, even though the webpack process seems to compile fine.
(Using https://github.com/nolimits4web/Framework7-Vue-Webpack-Template as a base)