Node.js >= 14.15
NPM >= 7.0
$ git clone git@github.com:jeferson-sb/demo-vue3.git
$ cd demo-vue3
$ npm install
npm run dev
npm run build
npm run lint
- Fork the repository
- Switch to a new breach:
git checkout -b feat/awesome-feature
- Add files:
git add .
- Commit your changes:
git commit -m "feat: add XYZ"
- We follow the Conventional Commits format.
- Push your new branch:
git push origin feature/awesome-feature
- Open a Pull Request and wait for approval
This project is licensed under the terms of the MIT license