Skip to content

Latest commit

 

History

History
executable file
·
30 lines (22 loc) · 609 Bytes

README.md

File metadata and controls

executable file
·
30 lines (22 loc) · 609 Bytes

simple example with docker, vuejs, webpack, koa2, mongodb

simple example how to write server part with koa2, view with vuejs and setup automation UI testing with Nightwatch(PO model)

Stack :

Install

npm i

Run

npm run api
npm run dev
npm test
npm run test:api

if you get 'sh: ./test.sh: Permission denied' run 'chmod +x test.sh' and after npm test again