Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 245 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 245 Bytes

node-vue-testapp

Just a playground with vue and node

server:

cd server
npm install
npm run dev

client:

cd client
npm install
npm run serve

No warranties it works - just a playground, never seriously tested so far.