This repository contains a very basic Vue npm project. It can be used as a starting point for new projects.
To start a local development server, run the following command:
npm start
# build for production (js and styling):
npm run build
# build for development (auto rebuild when files change):
npm run dev
To (recursivly) execute all tests in /test
run:
npm test
MIT