Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.24 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.24 KB

layertree2json plugin example site

Example web site for layertree2json QGIS plugin, see https://github.com/geraldo/layertree2json

This project right now uses:

You can have a look at the rendered version here.

Install and run

To install dependencies:

npm install

Start a development server (available at http://localhost:3000):

npm start

To generate a build ready for production:

npm run build

Then deploy the contents of the dist directory to your server. You can also run npm run serve to serve the results of the dist directory for preview.