Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 338 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 338 Bytes

Vue-Gleo

A Gleo component for Vue.

Demo

Available at https://gleo.s3-website-zh.os.switch.ch

Development

npm install
npm run dev

Access at: http://localhost:3001

Production

npm install
npm run build

Place the dist dir on your webserver of choice.