Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 599 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 599 Bytes

vue-npm-starter

Chat on Discord

This repository contains a very basic Vue npm project. It can be used as a starting point for new projects.

Run

To start a local development server, run the following command:

npm start

Build

# build for production (js and styling):
npm run build

# build for development (auto rebuild when files change):
npm run dev

Test

To (recursivly) execute all tests in /test run:

npm test

License

MIT