Skip to content

Commit e6b7cbe

Browse files
author
Nicolò Maria Mezzopera
committed
chore: update docs examples
1 parent 81e9682 commit e6b7cbe

23 files changed

+39
-35
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)