Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 558 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 558 Bytes

Need2Watch

Note: It's required to have installed Node.js for executing the application.

For testing the application execute npm install and npm run serve in the root directory. The app will be opened on the localhost port 8080 by default.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.