Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 496 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 496 Bytes

dental-first-survey

Survey Capturing tool for DentalFirst

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron app for production
npm run build

# build windows version
npm run build:win32

# lint all JS/Vue component files in `app/src`
npm run lint

# run webpack in production
npm run pack

More information can be found here.