최초 커밋

This commit is contained in:
2025-10-02 17:02:32 +09:00
commit 46f6ba6cf0
252 changed files with 143542 additions and 0 deletions

9
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,9 @@
* Fork the repository
* Clone it on your PC
* `npm install` or `yarn install`
* Make changes, commit open PR
### Notes
* Please don't use jQuery or jQuery based plugins since there are many pure Vue alternatives
This project uses [vue-cli 3](https://github.com/vuejs/vue-cli).