Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 867 Bytes

README.md

File metadata and controls

48 lines (35 loc) · 867 Bytes

Demo Vue 3

Quick start

Pre-requisites

Node.js >= 14.15
NPM >= 7.0

Project setup

$ git clone git@github.com:jeferson-sb/demo-vue3.git
$ cd demo-vue3
$ npm install

Usage

npm run dev

Build

npm run build

Linting

npm run lint

Contribution

  1. Fork the repository
  2. Switch to a new breach: git checkout -b feat/awesome-feature
  3. Add files: git add .
  4. Commit your changes: git commit -m "feat: add XYZ"
    1. We follow the Conventional Commits format.
  5. Push your new branch: git push origin feature/awesome-feature
  6. Open a Pull Request and wait for approval

License

This project is licensed under the terms of the MIT license