chore: add license
This commit is contained in:
parent
d2222582d8
commit
39a933d6dd
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2020 陈文彬
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
</p>
|
||||
<h2 align="center">VUE VBEN ADMIN</h2>
|
||||
|
||||
[中文](https://github.com/anncwb/vue-vben-admin/README-CN.md) | **English**
|
||||
[中文](https://github.com/anncwb/vue-vben-admin/README-zh_CN.md) | **English**
|
||||
|
||||
A basic framework suitable for the development of medium and large projects requires a certain understanding of `vue`, `typescript`, and can also be used as an example of understanding the new wording, and adapt to the development method of subsequent new versions in advance
|
||||
|
||||
|
|
|
|||
14
package.json
14
package.json
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "vben-admin",
|
||||
"name": "vue-vben-admin",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"keywords": [
|
||||
|
|
@ -10,7 +10,8 @@
|
|||
"ts",
|
||||
"admin",
|
||||
"vben",
|
||||
"typescript"
|
||||
"typescript",
|
||||
"vue-vben-admin"
|
||||
],
|
||||
"scripts": {
|
||||
"bootstrap": "yarn",
|
||||
|
|
@ -137,6 +138,15 @@
|
|||
"worker-loader": "^2.0.0",
|
||||
"yargs": "^15.4.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/anncwb/vue-vben-admin.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/anncwb/vue-vben-admin.git/issues"
|
||||
},
|
||||
"homepage": "https://github.com/anncwb/vue-vben-admin.git",
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged",
|
||||
|
|
|
|||
Loading…
Reference in New Issue