0.0.10 • Published 3 years ago
@yupeiq1718/map-creator v0.0.10
Vue 3 template
This template should help get you started developing with Vue 3, TypeScript and Tailwind in Vite. 
The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Recommended IDE Setup
- VS Code
- Vue Language Features (Volar)
- TypeScript Vue Plugin (Volar)
- Tailwind CSS IntelliSense
- ESLint
- Stylelint
- Goto definition alias
Project Setup
This project requires Node version 16.13 or higher .
Install Modules
yarn installRun for Development
yarn devCompiles and minifies for Production
yarn buildPreview for Production
yarn previewLints JavaScript files
yarn lint:scriptLints CSS files
yarn lint:styleGitHub Flow
Create a branch
Create a new branch from Master branch when you receive a new issue.
Make changes
Everytime you do a commit, your message should meet the following rules.
<type>[optional scope]: <description>- build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- ci: Changes to our CI configuration files and scripts (examples: CircleCi, SauceLabs)
- docs: Documentation only changes
- feat: A new feature
- fix: A bug fix
- perf: A code change that improves performance
- refactor: A code change that neither fixes a bug nor adds a feature
- test: Adding missing tests or correcting existing tests
- style: A coding style only changes
- revert: Remove previous commits
- chore: Other changes
Create a pull request
- Do git merge master --no-ffto your branch, and solves the conflicts.
- Push your branch to Github
- Create a pull request, and waiting for approvals from other reviewers.
Merge the pull request
- Reviewers can comment or add comments to the pull request.
- Once your pull request is approved by reviewers, merge your pull request into Master branch.