Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 644 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 644 Bytes

[WIP]doconfig-web

Doconfig Cover

Web version of doconfig (create config in seconds). Web design check this link https://github.com/idmore/doconfig-design

Preview

Specs :

  • VueJS : frontend framework
  • Firebase Firestorm : database
  • Netlify : cloud storage and host

Build

Development

yarn start

Run nodemon.

yarn build:watch

Run webpack watch.

Production

yarn build:prod

Build static site for production. Html, js and assets will be located in dist directory.