Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(dependencies): import commit lint #2

Merged
merged 22 commits into from
Jun 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
23999bf
fix: remove i18n warning on console
DesnLee Jun 26, 2022
06ab319
chore: replace favicon
DesnLee Jun 26, 2022
ac0861b
fix: remove vue i18n warning
DesnLee Jun 26, 2022
1393043
feat: import AwesomeIcon component and created NavBar.vue
DesnLee Jun 26, 2022
30d84d0
feat: import AwesomeIcon component and created NavBar.vue
DesnLee Jun 26, 2022
7bf2374
feat: import Awesome Icons
DesnLee Jun 26, 2022
bd8688a
feat: Add manifest.json and remove needless meta tag, set theme color…
DesnLee Jun 26, 2022
8356247
feat: completed Nav Bar i18n and show current language
DesnLee Jun 26, 2022
d75e567
feat: if localstorage container last language setting, read first.
DesnLee Jun 26, 2022
6c398aa
feat: created Tab Bar and set safe-bottom-area when open with PWA.
DesnLee Jun 26, 2022
6d96a49
feat: add meta obj in route meta data to provide arguments
DesnLee Jun 26, 2022
4f79dd4
chore: test backdrop blur
DesnLee Jun 26, 2022
deead86
chore: edit README.md
DesnLee Jun 26, 2022
c02caf6
fix: fix scroll
DesnLee Jun 26, 2022
4ad6d5e
feat: add other tab pages and route
DesnLee Jun 26, 2022
0c88860
feat: save locale setting in localStorage
DesnLee Jun 26, 2022
e28e59e
feat: save locale setting in localStorage
DesnLee Jun 26, 2022
ec5deae
complete navBar tabBar route and i18n switch
DesnLee Jun 26, 2022
daa8a1a
Merge remote-tracking branch 'upstream/master'
DesnLee Jun 26, 2022
8a73900
build(dependencies): import commit lint
DesnLee Jun 27, 2022
51dbc5d
fix(tsc): fix tsconfig options keys error
DesnLee Jun 27, 2022
b7a798f
docs(readme): add commit guideline explain
DesnLee Jun 27, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no -- commitlint --edit "${1}"
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,18 @@ Core functionalities:

### Development

#### Guidelines

Commit message follows [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-angular)

#### Created in the following version:
- pnpm v7.3.0
- Vite v2.9.9
- Vue v3.2
- Pinia v2
- Typescript v4.6

#### Font Awesome Icon
#### Font Awesome Icon
This project is using [Font Awesome](https://fontawesome.com/icons/check?s=regular) icons and this is [Documentation](https://fontawesome.com/docs/web/style/size)

#### Start
Expand Down
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = {extends: ['@commitlint/config-angular']};
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@
"vue-router": "^4.0.16"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-angular": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/node": "^18.0.0",
"@vitejs/plugin-vue": "^2.3.3",
"consola": "^2.15.3",
"husky": "^8.0.1",
"sass": "^1.53.0",
"typescript": "^4.7.4",
"vite": "^2.9.9",
Expand Down
Loading