Skip to content

Commit 7122afd

Browse files
author
Nicolò Maria Mezzopera
authored
Merge pull request #383 from KoRiGaN/feature/examples-vue-cli
Feature/examples vue cli
2 parents 70b6234 + e6b7cbe commit 7122afd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+9139
-11920
lines changed

docs/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,10 @@ $ git clone [email protected]:KoRiGaN/Vue2Leaflet.git
9797
$ cd Vue2Leaflet
9898
# install dependencies and build vue2-leaflet
9999
$ npm install
100-
$ vue-cli-service build --entry src/main.js --mode production --dest dist --target lib --watch
101-
# Or use vue-cli ui to do so with a graphical interface
102-
# create a symlink for vue2-leaflet
103-
$ npm link
100+
$ npm run serve
104101
$ cd examples
105-
$ npm install
106-
# create a symbolic link for vue2-leaflet in node_modules/
107-
$ npm link vue2-leaflet
108102
# serve with hot reload at localhost:8080
109-
$ npm run dev
103+
$ npm run serve
110104
```
111105

112106
Go to <http://localhost:8080/> to see running examples, updating the lib code will auto-reload the examples as well.

docs/examples/css/app.2c09ec28.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)