Examples
maptalks examples
Install / Use
/learn @maptalks/ExamplesREADME
maptalks examples
Source repository of maptalks.js's examples.
Folder
|- codes/ # examples sources
|- config/ # examples index json file
|- public/ # resources
|- src/ # program
Setup
- At root directory
npm install
- run
npm run dev
-
Open the browser at
Contribute and Publish
Sources files are stored in master branch. Once master branch is updated with new commits, examples will be compiled and published to gh-pages branch automatically.
Any form of contribution is warmly welcomed any time, please submit your pull request to master branch (NOT gh-pages branch).
