{"id":18483687,"url":"https://github.com/ashetm/npm-vuegc","last_synced_at":"2025-05-13T20:35:08.749Z","repository":{"id":120687404,"uuid":"205039136","full_name":"AsheTM/npm-vuegc","owner":"AsheTM","description":null,"archived":false,"fork":false,"pushed_at":"2021-06-27T21:04:44.000Z","size":15,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-26T20:21:49.458Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AsheTM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-08-28T23:12:11.000Z","updated_at":"2020-07-16T23:08:34.000Z","dependencies_parsed_at":"2023-06-14T17:30:48.680Z","dependency_job_id":null,"html_url":"https://github.com/AsheTM/npm-vuegc","commit_stats":null,"previous_names":["ashetm/vuegc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsheTM%2Fnpm-vuegc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsheTM%2Fnpm-vuegc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsheTM%2Fnpm-vuegc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsheTM%2Fnpm-vuegc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AsheTM","download_url":"https://codeload.github.com/AsheTM/npm-vuegc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239201261,"owners_count":19599072,"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-11-06T12:36:56.901Z","updated_at":"2025-02-16T21:31:36.537Z","avatar_url":"https://github.com/AsheTM.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### VueGC\n\nCLI command to generate a Vue component for VueJS MVC (not instance) in /src/ folder\n\n`vuegc --name HelloWord.vue [--scoped [true|false] [--style css]]`\n\nRequired flag(s):\n\n* --name:   Name of the component\n\nOptional flag(s):\n\n* --scoped: Boolean for scoped tag on style inside the file.vue [Default: true]\n\n* --style:  Pre-processor CSS [Default: css] [Value supported: css, scss, stylus]\n\nIt generates component file .vue like this: \n\n``` vue\n\n\u003ctemplate\u003e\n    \u003cdiv id=\"Helloworld\"\u003e Component \u003cspan\u003eHelloworld\u003c/span\u003e generated by \u003ca href=\"\"\u003eVueGC\u003c/a\u003e \u003c/div\u003e\n\u003c/template\u003e\n\n\u003cscript\u003e\nexport default {\n    name: \"Helloworld\", \n    props: { }, \n    data() { }, \n    methods() { }\n}\n\u003c/script\u003e\n\n\u003cstyle lang=\"scss\" scoped\u003e\n    #Helloworld{\n    \tfont-size: 16px;\n    \tline-height: 150%;\t\n    }\n    span{ font-weight: bold; }\t\n    a{ font-style: italic; }\n\u003c/style\u003e\n\n```\n\nFor help section, tap `vuegc`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashetm%2Fnpm-vuegc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashetm%2Fnpm-vuegc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashetm%2Fnpm-vuegc/lists"}