{"id":16200392,"url":"https://github.com/andfanilo/personal-codepen","last_synced_at":"2025-10-05T13:23:34.645Z","repository":{"id":99876322,"uuid":"142504497","full_name":"andfanilo/personal-codepen","owner":"andfanilo","description":"WIP: A  Vue.js codepen clone","archived":false,"fork":false,"pushed_at":"2018-07-27T11:08:49.000Z","size":112,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T17:51:56.107Z","etag":null,"topics":["codepen","vue","vuejs"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/andfanilo.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":"2018-07-26T23:31:48.000Z","updated_at":"2021-09-10T20:10:29.000Z","dependencies_parsed_at":"2023-05-10T21:15:53.874Z","dependency_job_id":null,"html_url":"https://github.com/andfanilo/personal-codepen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andfanilo/personal-codepen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andfanilo%2Fpersonal-codepen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andfanilo%2Fpersonal-codepen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andfanilo%2Fpersonal-codepen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andfanilo%2Fpersonal-codepen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andfanilo","download_url":"https://codeload.github.com/andfanilo/personal-codepen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andfanilo%2Fpersonal-codepen/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266161000,"owners_count":23885886,"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":["codepen","vue","vuejs"],"created_at":"2024-10-10T09:30:10.512Z","updated_at":"2025-10-05T13:23:34.590Z","avatar_url":"https://github.com/andfanilo.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# personal-codepen\n\nA personal Codepen setup in Vue. Idea by [this post](https://willianjusten.com.br/criando-um-codepen-simples-em-poucas-linhas/).\n\n## Prerequisites\n\n- [Nodejs version 8.x](https://nodejs.org/en/)\n- [Vue CLI](https://cli.vuejs.org/)\n\nFor development, we recommend :\n\n- [Visual Code](https://code.visualstudio.com/)\n- [Vue.js Extension Pack in Visual Code](https://marketplace.visualstudio.com/items?itemName=mubaidr.vuejs-extension-pack)\n- [Browser Vue.js devtools](https://github.com/vuejs/vue-devtools#vue-devtools)\n\n## Build\n\n`npm install`\n\nInstalls all of the specified packages of your project.\n\n## Run\n\n`npm run serve`\n\nThis should redirect you to http://localhost:8080 for your application.\n\n## Build\n\n`npm run build`\n\nYou can deploy the built content in the `dist/` directory to any static file server.\n\n## Setup VSCode\n\nRun the `Setup VS Code` and `Setup ESLint` from the recommended settings in Vue.js extension pack documentation into your Workspace settings :\n\n- Enable FormatOnSave \u0026 Eslint for .vue files\n\n```\n\"editor.formatOnSave\": true,\n\"eslint.validate\": [\n  \"javascript\",\n  \"javascriptreact\",\n  \"vue\"\n]\n```\n\n- Configure ESLint\n\nCreate/update eslint config file (.eslintrc.js or .eslintrc.json) in your project folder, then fill it with :\n\n```\nmodule.exports = {\n  plugins: ['vue'], // enable vue plugin\n  extends: ['plugin:vue/essential', 'prettier'], // activate vue related rules\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandfanilo%2Fpersonal-codepen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandfanilo%2Fpersonal-codepen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandfanilo%2Fpersonal-codepen/lists"}