Skip to content

potapovDim/simple-vue-server-withtests

Repository files navigation

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