{"id":22152412,"url":"https://github.com/sinri/quickfrontend","last_synced_at":"2025-03-24T13:26:19.553Z","repository":{"id":81825246,"uuid":"160606878","full_name":"sinri/QuickFrontend","owner":"sinri","description":"The mess of frontend resources and notes.","archived":false,"fork":false,"pushed_at":"2022-08-08T09:25:06.000Z","size":1035,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T18:33:31.208Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sinri.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-12-06T02:27:48.000Z","updated_at":"2021-08-20T04:38:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb257b0a-3343-40b2-a53e-18f2ef020f28","html_url":"https://github.com/sinri/QuickFrontend","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/sinri%2FQuickFrontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinri%2FQuickFrontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinri%2FQuickFrontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinri%2FQuickFrontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sinri","download_url":"https://codeload.github.com/sinri/QuickFrontend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245277981,"owners_count":20589228,"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":[],"created_at":"2024-12-02T00:51:16.076Z","updated_at":"2025-03-24T13:26:19.531Z","avatar_url":"https://github.com/sinri.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuickFrontend\n\n[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu)\n[![LICENSE](https://img.shields.io/badge/license-GPLv3%20and%20Anti%20996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)\n\n\nThe mess of frontend resources and notes.\n\n## SinriQF\nA simple frontend framework is designed for quick develop with vue.js 2, iview.ui 3, axios, js-cookie.\n\nLink from CDN:\n\n* [Latest Version 2.0](https://www.everstray.com/cdn/QuickFrontend/SinriQF/dist/SinriQF-2.0.js)\n* [1.0](https://www.everstray.com/cdn/QuickFrontend/SinriQF/dist/SinriQF-1.0.js)\n\nUsage Sample:\n\n```html\n\u003cscript src=\"https://unpkg.com/axios@0.18.0/dist/axios.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://unpkg.com/js-cookie@2.2.0/src/js.cookie.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://unpkg.com/vue@2.5.17/dist/vue.js\"\u003e\u003c/script\u003e\n\u003cscript type=\"text/javascript\" src=\"https://unpkg.com/iview/dist/iview.min.js\"\u003e\u003c/script\u003e\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"https://unpkg.com/iview/dist/styles/iview.css\"\u003e\n\u003cscript src=\"https://www.everstray.com/cdn/QuickFrontend/SinriQF/dist/SinriQF-2.0.js\"\u003e\u003c/script\u003e\n```\n\nOr, use My Personal Asset Network:\n\n```html\n\u003cscript src=\"https://www.everstray.com/cdn/QuickFrontend/3rd/axios/0.21.1/axios.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://www.everstray.com/cdn/QuickFrontend/3rd/js-cookie/3.0.0/js.cookie.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://www.everstray.com/cdn/QuickFrontend/3rd/vue/2.6.14/vue.min.js\"\u003e\u003c/script\u003e\n\u003c!--\n\u003cscript type=\"text/javascript\" src=\"https://www.everstray.com/cdn/QuickFrontend/3rd/iview/3.5.4/iview.min.js\"\u003e\u003c/script\u003e\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"https://www.everstray.com/cdn/QuickFrontend/3rd/iview/3.5.4/styles/iview.css\"\u003e\n--\u003e\n\u003cscript type=\"text/javascript\" src=\"https://www.everstray.com/cdn/QuickFrontend/3rd/view-design/4.6.1/iview.min.js\"\u003e\u003c/script\u003e\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"https://www.everstray.com/cdn/QuickFrontend/3rd/view-design/4.6.1/styles/iview.css\"\u003e\n\u003cscript src=\"https://www.everstray.com/cdn/QuickFrontend/SinriQF/dist/SinriQF-2.0.js\"\u003e\u003c/script\u003e\n```\n\n```javascript\nnew Vue({\n        el: '#app',\n        data: {\n        },\n        methods: {\n        },\n        mounted: function () {\n            SinriQF.config.setTokenName(\"test_quick_frontend\");\n            SinriQF.config.setVueInstance(this);\n        }\n    })\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinri%2Fquickfrontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsinri%2Fquickfrontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinri%2Fquickfrontend/lists"}