Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.01 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.01 KB

Vue-App

License: MIT Make a pull request

Installing dependencies

  • since package-lock.json file is in repo. One can use the following command to install dependencies:

    npm ci
    
  • on occassions a developer should be responsible for updating dependencies.

Guides

Project Configeration

Styling

Application

Components Detail

Formatting

Vue Cli : Learn about public folder, bundler configeration, vue-cli-service etc here.

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint