Skip to content

Instantly share code, notes, and snippets.

@rvanzon
Last active November 8, 2017 21:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rvanzon/a83b579d7c0775150ca51c6a3b0a0389 to your computer and use it in GitHub Desktop.
Save rvanzon/a83b579d7c0775150ca51c6a3b0a0389 to your computer and use it in GitHub Desktop.
Using Framework7-Vue from GitHub (instead of NPM)
  1. create a directory to place the framework.
  2. clone the repository git clone https://github.com/nolimits4web/Framework7-Vue
  3. cd Framework7-Vue
  4. npm install
  5. npm run dist
  6. go to your project and remove the Framework7-Vue: npm remove Framework7-Vue
  7. link the new package you just build: npm link <path to Framework7-Vue>

That's it!

@mix3d
Copy link

mix3d commented May 24, 2017

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment