[
  {
    "path": ".gitee/ISSUE_TEMPLATE.md",
    "content": "<!--Please answer these questions before you submit a bug. | 请在您提交 bug 之前，回答以下这些问题。-->\n\n## 1. Your usage scenarios? | 您使用的场景？\n\n## 2. What did you do? | 您做了什么操作？\n\n## 3. What are your problems? | 您遇到了什么问题？\n\n## 4. What is your expected outcome? | 您期望的结果是怎样的？\n"
  },
  {
    "path": ".gitee/PULL_REQUEST_TEMPLATE.md",
    "content": "<!-- Please answer these questions before you submit a pull request. | 请在您提交 pull request 之前，回答以下这些问题。-->\n\n## 详细描述"
  },
  {
    "path": ".github/FUNDING.yml",
    "content": "# These are supported funding model platforms\n\ngithub: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]\npatreon: misitebao # Replace with a single Patreon username\nopen_collective: # Replace with a single Open Collective username\nko_fi: # Replace with a single Ko-fi username\ntidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel\ncommunity_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry\nliberapay: # Replace with a single Liberapay username\nissuehunt: # Replace with a single IssueHunt username\notechie: # Replace with a single Otechie username\ncustom: #['https://blog.misitebao.com'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/issue-template-bug.md",
    "content": "---\nname: Bug Template | 问题提交模板\nabout: Please describe in detail the problems you encountered in the process of using | 请详细描述您使用过程中遇到的问题\ntitle: \"[Bug]Some problem... | 一些问题。。。\"\n---\n\n<!-- Please answer these questions before you submit a bug. | 请在您提交 bug 之前，回答以下这些问题。 -->\n\n#### 1. Your usage scenarios? | 您使用的场景？\n\n#### 2. What did you do? | 您做了什么操作？\n\n#### 3. What are your problems? | 您遇到了什么问题？\n\n#### 4. What is your expected outcome? | 您期望的结果是怎样的？\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/issue-template-feature.md",
    "content": "---\nname: Feature Template | 功能提交模板\nabout: Please describe in detail the features you expect | 请详细描述您期望的功能\ntitle: \"[Feature]Some feature... | 一些功能。。。\"\n---\n\n<!-- Please answer these questions before you submit the desired feature. | 请在您提交期望的功能之前，回答以下这些问题。 -->\n\n#### 1. Your usage scenarios? | 您使用的场景？\n\n#### 2. What is your expected outcome? | 您期望的结果是怎样的？\n"
  },
  {
    "path": ".github/PULL_REQUEST_TEMPLATE/pull-request-template-feat.md",
    "content": "\n## New feature description | 新增功能描述"
  },
  {
    "path": ".github/PULL_REQUEST_TEMPLATE/pull-request-template-fix.md",
    "content": "\n## Fix bug description | 修复Bug描述"
  },
  {
    "path": ".github/workflows/deploy.yml",
    "content": "# name: Deploy | 部署\n# on:\n#   push:\n#     branches: [main]\n# #  pull_request:\n# #    branches: [master]\n# jobs:\n#   build-and-deploy:\n#     runs-on: ubuntu-latest\n#     if: github.repository == 'misitebao/template-git-repository'\n#     steps:\n#       - name: Checkout | 切换到部署分支\n#         uses: actions/checkout@v2\n#         with:\n#           ref: \"master\"\n#           submodules: true\n#           fetch-depth: 0\n\n#       - name: Setup Hugo | 设置Hugo环境\n#         uses: peaceiris/actions-hugo@v2\n#         with:\n#           hugo-version: \"0.81.0\"\n#           extended: true\n\n#       - name: Build | 构建\n#         run: hugo\n\n#       - name: Deploy to Server | 部署到服务器\n#         uses: hengkx/ssh-deploy@v1.0.1\n#         with:\n#           HOST: ${{ secrets.DEPLOY_HOST }}\n#           USERNAME: ${{ secrets.DEPLOY_HOST_USER }} # 为了用户信息安全对敏感数据可以在secrets中配置请看下图\n#           PASSWORD: ${{ secrets.DEPLOY_HOST_PASSWORD }}\n#           SOURCE: \"public\"\n#           TARGET: \"/www/wwwroot/tigateam.org\"\n"
  },
  {
    "path": ".gitignore",
    "content": "node_modules\n"
  },
  {
    "path": ".npmignore",
    "content": "node_modules\nbuild\ndocs\nsrc\ntest\nwebsite\n\n.github\n.gitee\n.gitignore\n.npmignore\n\nbabel.config.js"
  },
  {
    "path": "LICENSE",
    "content": "MIT License\n\nCopyright (c) 2020 TigaTeam\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "README.md",
    "content": "<!-- # README -->\n<p align=\"center\">\n  <img src=\"https://cdn.jsdelivr.net/gh/misitebao/CDN@master/gravatar_tigateam.png\" width=\"40%\" /><br/>\n</p>\n<p align=\"center\">\nTigaui is a high quality component library based on Vue\n</p>\n\n<span id=\"nav-1\"></span>\n\n## 🌏 Internationalization\n\n[English](README.md) | [简体中文](README.zh-Hans.md)\n\n<span id=\"nav-2\"></span>\n\n## 📚 Contents\n\n- [Internationalization](#nav-1)\n- [Contents](#nav-2)\n- [Introductions](#nav-3)\n  - [Official Website](#nav-3-1)\n- [Graphic Demo](#nav-4)\n- [Features](#nav-5)\n- [Architecture](#nav-6)\n- [Getting Started](#nav-7)\n- [Authors](#nav-8)\n- [Contributors](#nav-9)\n  - [Community Exchange](#nav-9-1)\n- [Part Of Users](#nav-10)\n- [Release History](CHANGE.md)\n- [Donators](#nav-11)\n- [Sponsors](#nav-12)\n- [Thanks](#nav-13)\n- [License](#nav-14)\n\n<span id=\"nav-3\"></span>\n\n## ℹ️ Introductions\n\n`Tigaui` is a high quality component library based on `vue3.x`\n\n<span id=\"nav-3-1\"></span>\n\n### 🔔 Official Website\n\n[Official Website](https://tigaui.tigateam.org)\n\n<span id=\"nav-4\"></span>\n\n## 🌅 Graphic Demo\n\n<span id=\"nav-5\"></span>\n\n## ✳️ Features\n\n<span id=\"nav-6\"></span>\n\n## 🍊 Architecture\n\n<span id=\"nav-7\"></span>\n\n## 💎 Getting Started\n\n<span id=\"nav-8\"></span>\n\n## 🙆 Authors\n\nThe author of this project: [Misitebao](https://github.com/misitebao). senior engineer, entrepreneur.\n\n<span id=\"nav-9\"></span>\n\n## 🌟 Contributors\n\nThank you to all the contributors who participated in the development of Tigaui. [Contributors](https://github.com/tigateam/tiga-ui/graphs/contributors)\n\n<span id=\"nav-9-1\"></span>\n\n### 😵 Community Exchange\n\n<span id=\"nav-10\"></span>\n\n## 👼 Part Of Users\n\n<span id=\"nav-11\"></span>\n\n## ☕ Donators\n\n<span id=\"nav-12\"></span>\n\n## 💰 Sponsors\n\n<span id=\"nav-13\"></span>\n\n## 👏 Thanks\n\n<a href=\"https://www.jetbrains.com/?from=Tigaui\"><img src=\"https://cdn.jsdelivr.net/gh/misitebao/CDN@main/logo/jetbrains.png\" height=\"120\" alt=\"JetBrains\"/></a>\n\n<span id=\"nav-14\"></span>\n\n## ©️ License\n\n[License MIT](LICENSE)\n"
  },
  {
    "path": "README.zh-Hans.md",
    "content": "<!-- # README -->\n<p align=\"center\">\n  <img src=\"https://cdn.jsdelivr.net/gh/misitebao/CDN@master/gravatar_tigateam.png\" width=\"40%\" /><br/>\n</p>\n<p align=\"center\">\nTigaui 是一个基于 Vue 的高质量组件库\n</p>\n\n<span id=\"nav-1\"></span>\n\n## 🌏 国际化\n\n[English](README.md) | [简体中文](README.zh-Hans.md)\n\n<span id=\"nav-2\"></span>\n\n## 📚 内容目录\n\n- [国际化](#nav-1)\n- [内容目录](#nav-2)\n- [项目介绍](#nav-3)\n  - [官方网站](#nav-3-1)\n- [图形演示](#nav-4)\n- [功能特色](#nav-5)\n- [架构](#nav-6)\n- [新手入门](#nav-7)\n- [关于作者](#nav-8)\n- [贡献者](#nav-9)\n  - [社区交流](#nav-9-1)\n- [部分用户](#nav-10)\n- [发布记录](CHANGE.md)\n- [捐赠者](#nav-11)\n- [赞助商](#nav-12)\n- [特别鸣谢](#nav-13)\n- [版权许可](#nav-14)\n\n<span id=\"nav-3\"></span>\n\n## ℹ️ 项目介绍\n\n`Tigaui` 是一个基于 `Vue3.x` 的高质量组件库\n\n<span id=\"nav-3-1\"></span>\n\n### 🔔 官方网站\n\n[官方网站](https://tigaui.tigateam.org)\n\n<span id=\"nav-4\"></span>\n\n## 🌅 图形演示\n\n<span id=\"nav-5\"></span>\n\n## ✳️ 功能特色\n\n<span id=\"nav-6\"></span>\n\n## 🍊 架构\n\n<span id=\"nav-7\"></span>\n\n## 💎 新手入门\n\n<span id=\"nav-8\"></span>\n\n## 🙆 关于作者\n\n本项目作者：[米司特包](https://github.com/misitebao)。高级工程师，创业者。\n\n<span id=\"nav-9\"></span>\n\n## 🌟 贡献者\n\n感谢所有参与 Tigaui 开发的贡献者。[Contributors](https://github.com/tigateam/tiga-ui/graphs/contributors)\n\n<span id=\"nav-9-1\"></span>\n\n### 😵 社区交流\n\n<span id=\"nav-10\"></span>\n\n## 👼 部分用户\n\n<span id=\"nav-11\"></span>\n\n## ☕ 捐赠者\n\n<span id=\"nav-12\"></span>\n\n## 💰 赞助商\n\n<span id=\"nav-13\"></span>\n\n## 👏 鸣谢\n\n<a href=\"https://www.jetbrains.com/?from=Tigaui\"><img src=\"https://cdn.jsdelivr.net/gh/misitebao/CDN@main/logo/jetbrains.png\" height=\"120\" alt=\"JetBrains\"/></a>\n\n<span id=\"nav-14\"></span>\n\n## ©️ 版权许可\n\n[License MIT](LICENSE)\n"
  },
  {
    "path": "babel.config.js",
    "content": ""
  },
  {
    "path": "build/build-base.js",
    "content": "/*\n * @Author       : MS\n * @LastEditors  : MS\n * @Description  : 基础打包配置\n */\n\nconst path = require('path')\nconst webpack = require('webpack')\nconst package = require('../package.json')\nconst VueLoaderPlugin = require('vue-loader/lib/plugin')\n\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.vue$/,\n        loader: 'vue-loader',\n        options: {\n\n        }\n      },\n      {\n        test: /\\.js$/,\n        loader: 'babel-loader',\n        options: {\n          sourceMap: true,\n        },\n        exclude: /node_modules/,\n      },\n      {\n        test: /\\.css$/,\n        loaders: [\n          {\n            loader: 'style-loader',\n            options: {\n              sourceMap: true,\n            },\n          },\n          {\n            loader: 'css-loader',\n            options: {\n              sourceMap: true,\n            },\n          }\n        ]\n      },\n      {\n        test: /\\.(gif|jpg|png|woff|svg|eot|ttf)\\??.*$/,\n        loader: 'url-loader?limit=8192'\n      }\n\n    ]\n  },\n  resolve: {\n    extensions: ['.js', '.vue'],\n    alias: {\n      '@': resolve('src')\n    }\n  },\n  plugins: [\n    new VueLoaderPlugin()\n  ]\n\n}"
  },
  {
    "path": "build/build-example.js",
    "content": "/*\n * @Author       : MS\n * @LastEditors  : MS\n * @Description  : 示例展示打包配置\n */\n"
  },
  {
    "path": "build/build-lib-all.js",
    "content": "/*\n * @Author       : MS\n * @LastEditors  : MS\n * @Description  : 全量打包配置\n */\n\nconst path = require('path');\nconst webpack = require('webpack');\nconst webpackMerge = require('webpack-merge');\nconst webpackBaseConfig = require('./build-base.js');\n\nmodule.exports = webpackMerge(webpackBaseConfig, {\n  devtool: 'source-map',\n  mode: 'production',\n  entry: {\n    index: path.resolve(__dirname, '../src/index.js')\n  },\n  output: {\n    path: path.resolve(__dirname, '../lib'),\n    publicPath: '/lib/',\n    filename: 'tiga-ui.min.js',\n    library: 'tiga-ui',\n    libraryTarget: 'umd',\n    umdNamedDefine: true\n  },\n  externals: {\n    vue: {\n      root: 'Vue',\n      commonjs: 'vue',\n      commonjs2: 'vue',\n      amd: 'vue'\n    }\n  },\n  plugins: []\n\n})\n"
  },
  {
    "path": "build/build-lib-components.js",
    "content": "/*\n * @Author       : MS\n * @LastEditors  : MS\n * @Description  : 单独打包单个组件\n */\n"
  },
  {
    "path": "build/gen-styles.js",
    "content": "/*\n * @Author       : MS\n * @LastEditors  : MS\n * @Description  : 单独打包样式问件\n */\n\n \n"
  },
  {
    "path": "docs/README.md",
    "content": "# 项目文档"
  },
  {
    "path": "package.json",
    "content": "{\n  \"name\": \"@tigateam/tigaui\",\n  \"version\": \"0.0.1\",\n  \"description\": \"🎨 Tigaui is a high quality component library based on Vue\",\n  \"main\": \"index.js\",\n  \"scripts\": {\n    \"test\": \"\",\n    \"serve:doc\": \"\",\n    \"build:doc\": \"\",\n    \"build\": \"npm-run-all --parallel build:**\",\n    \"build:lib:all\": \"webpack --config build/build-lib-all.js\",\n    \"build:lib:components\": \"webpack --config build/build-lib-components.js\",\n    \"build:lib:styles\": \"\",\n    \"build:lib\": \"npm run build:lib:all && build:lib:components && npm run build:lib:styles\",\n    \"serve:example\": \"aaaa\"\n  },\n  \"keywords\": [\n    \"tigaui\",\n    \"tigateam\",\n    \"vue\",\n    \"components\"\n  ],\n  \"author\": \"TigaTeam\",\n  \"license\": \"MIT\",\n  \"devDependencies\": {\n    \"npm-run-all\": \"^4.1.5\"\n  }\n}\n"
  },
  {
    "path": "src/index.js",
    "content": "/*\n * @Author       : MS\n * @LastEditors  : MS\n * @Description  : 打包入口文件\n */\n\n\n\n\n\nconst components = {\n\n\n}\n\n\nconst install = function (Vue, opts = {}) {\n  if (install.installed) return;\n\n\n\n\n\n  // 根据传入参数配置TIGAUI\n  Vue.prototype.$TIGA = {\n    size: opts.size || '',\n  }\n\n\n\n\n}\n\n\nif (typeof window !== 'undefined' && window.Vue) {\n  install(window.Vue);\n}\n"
  },
  {
    "path": "src/packages/button/index.js",
    "content": "import Button from './src/index.vue'\n\n\nButton.install = function (Vue) {\n  \n  Vue.component(`T${Button.name}`, Button);\n\n}\n\nexport default Button\n"
  },
  {
    "path": "src/packages/button/src/index.vue",
    "content": "<script>\nexport default {\n  name: \"Button\",\n  props: {\n    size: {\n      type: String,\n      default() {\n        return !this.$TIGA || this.$TIGA.size === \"\"\n          ? \"default\"\n          : this.$TIGA.size;\n      },\n      validator(value) {},\n    },\n  },\n};\n</script>"
  },
  {
    "path": "src/packages/link/index.js",
    "content": ""
  },
  {
    "path": "src/styles/common/var.styl",
    "content": ""
  },
  {
    "path": "src/styles/index.styl",
    "content": "/*\n * @Author       : MS\n * @LastEditors  : MS\n * @Description  : 样式文件入口\n */\n"
  },
  {
    "path": "src/styles/mixins/mixins.styl",
    "content": ""
  },
  {
    "path": "website/README.md",
    "content": "# 项目官网"
  }
]