{"id":25179566,"url":"https://github.com/21hook/db-table","last_synced_at":"2026-04-30T10:32:36.657Z","repository":{"id":144074173,"uuid":"133000839","full_name":"21hook/db-table","owner":"21hook","description":"A table component based on Vue.js \u0026 element-ui","archived":false,"fork":false,"pushed_at":"2018-06-03T03:48:12.000Z","size":2008,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T15:38:42.952Z","etag":null,"topics":["table","vue","vue2"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/21hook.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-11T06:49:28.000Z","updated_at":"2018-06-03T12:18:59.000Z","dependencies_parsed_at":"2024-06-16T12:49:11.697Z","dependency_job_id":null,"html_url":"https://github.com/21hook/db-table","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/21hook%2Fdb-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/21hook%2Fdb-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/21hook%2Fdb-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/21hook%2Fdb-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/21hook","download_url":"https://codeload.github.com/21hook/db-table/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247117762,"owners_count":20886439,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["table","vue","vue2"],"created_at":"2025-02-09T15:37:02.568Z","updated_at":"2026-04-30T10:32:31.635Z","avatar_url":"https://github.com/21hook.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# db-table\nA table component based on Vue.js \u0026amp; element-ui\n\n## Build Setup\n\n``` bash\n# install dependencies\nnpm install\n\n# serve with hot reload at localhost:8080\nnpm run dev\n\n# build for production with minification\nnpm run build\n\n# build for production and view the bundle analyzer report\nnpm run build --report\n\n# run unit tests\nnpm run unit\n\n# run e2e tests\nnpm run e2e\n\n# run all tests\nnpm test\n```\n\n### Project Architecture\n```\n.\n├── build/                      # webpack configs\n│   └── build.js                # packagee configs\n|   |__ webpack.base.conf.js    # \n|   |__ webpack.dev.conf.js     #  \n|   |__ \n├── config/\n│   ├── index.js                # project configs\n│   └── ...\n├── src/\n│   ├── main.js                 # program entry file \n│   ├── App.vue                 # root component\n│   ├── components/             # children components\n│   │   └── \n|   |   |__ \n|   |   |__\n|   |   |__ \n|   |   |__\n|   |-- pages                   # pages \n|   |   |__ Login.vue \n|   |   |__ UserList.vue\n|   |   |__ FoodList.vue\n|   |   |__ OrderList.vue\n|   |   |__ ShopList.vue\n|   |   |__ AdminList.vue\n|   |   |__ ManageShops.vue\n|   |   |__ ManageFood.vue\n|   |   |__ DataAnalysis.vue\n|   |   |__ Editor.vue\n|   |   |__ AdminSetting.vue\n|   |   |__ BackgroundDetails.vue \n|   |-- utils                   # page utility functionality  \n|   |__ router                  # page router   \n|   |           \n│   └── assets/                 # project assets (processed by webpack)\n│       └── ...\n├── static/                     # project assets (copied by developers)\n├── test/\n│   └── unit/                   # unit tests\n│   │   ├── specs/              # test files\n│   │   ├── eslintrc            # unit testing code style checking \n│   │   ├── index.js            # test runner entry file\n│   │   ├── jest.conf.js        # configs for automated testing tool/test runner \n│   │   ├── setup.js            # test runner steup\n│   └── e2e/                    # integration tests\n│   │   ├── specs/              # test files\n│   │   ├── custom-assertions/  # custom assertions for e2e tests\n│   │   ├── runner.js           # test runner script\n│   │   └── nightwatch.conf.js  # configs for test runner\n├── .babelrc                    # languration processing configurations\n├── .editorconfig               # indentation, spaces/tabs and similar settings for your editor\n├── .eslintrc.js                # code style checking configurations\n├── .eslintignore               # ignored files for code style checking \n├── .gitignore                  # ignored files for git \n├── .postcssrc.js               # postcss confirations\n├── index.html                  # app template\n├── package.json                # build scripts and module dependecies \n└── README.md                   # README file\n ```\n\n### Dependency Modules\n[element-ui](https://github.com/eleme/element-react)\n\n[axios](https://github.com/axios/axios)\n\nFor a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F21hook%2Fdb-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F21hook%2Fdb-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F21hook%2Fdb-table/lists"}