{"id":22840483,"url":"https://github.com/yllanos/prevue","last_synced_at":"2025-06-29T11:37:27.392Z","repository":{"id":57330246,"uuid":"65705910","full_name":"yllanos/prevue","owner":"yllanos","description":"VueJS app boilerplate for large scale component-based development. Supporting Webpack+Bootstrap+EcmaScript 6","archived":false,"fork":false,"pushed_at":"2016-08-16T02:05:34.000Z","size":82,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-14T07:02:48.399Z","etag":null,"topics":["boilerplate","bootstrap","javascript","vuejs","webpack"],"latest_commit_sha":null,"homepage":"","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/yllanos.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}},"created_at":"2016-08-15T05:06:58.000Z","updated_at":"2019-03-24T21:34:12.000Z","dependencies_parsed_at":"2022-09-21T02:20:58.895Z","dependency_job_id":null,"html_url":"https://github.com/yllanos/prevue","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/yllanos/prevue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yllanos%2Fprevue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yllanos%2Fprevue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yllanos%2Fprevue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yllanos%2Fprevue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yllanos","download_url":"https://codeload.github.com/yllanos/prevue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yllanos%2Fprevue/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261829052,"owners_count":23216075,"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":["boilerplate","bootstrap","javascript","vuejs","webpack"],"created_at":"2024-12-13T01:12:10.367Z","updated_at":"2025-06-29T11:37:27.370Z","avatar_url":"https://github.com/yllanos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prevue #\nVueJS app boilerplate for large scale component-based development. Supporting Webpack+Bootstrap+EcmaScript 6\n\n## Prerequisites ##\nI strongly recommend to globally install eslint, gulp-cli and webpack before cloning this:\n\n`npm install -g eslint gulp-cli webpack`\n\n## Clone this project ##\n`git clone https://github.com/yllanos/prevue.git`\n\n## Usage ##\n\n``` bash\n$ cd prevue\n$ npm install\n$ npm run dev\n```\n\n### Run development server ###\n`npm run dev`\n\n### Production build ###\n`npm run build`\n\n## Project structure ##\n``` bash\n├── LICENSE\n├── README.md\n├── gulpfile.js\n├── index.html\t\t\t\t\t\t\t\t                #Base HTML file\t\n├── index.js\t\t\t\t\t\t\t\t                  #This is the bundled JS file\n├── package.json                              #Project, scripts and dependencies config\n├── src\t\t\t\t\t\t\t\t\t\t                    #Code goes here\t\n│   ├── components\t\t\t\t\t\t\t              #Components directory\n│   │   └── app-component\t\t\t\t\t            #Sample component dir\n│   │       ├── app-component-template.html\t  #Sample component template\n│   │       ├── app-component.js\t\t\t        #Sample component JavaScript\n│   │       └── logo.png\t\t\t\t\t            #Sample component JavaScript\n│   └── main.js\t\t\t\t\t\t\t\t                #Container JS file\n└── webpack.config.js                         #webpack config file\n```\n\n### `./index.js`\nA bundled index.js file will be created on root. This file will be transpiled from EcmaScript 6 components referenced from /src/main.js into EcmaScript 5.1\n\n\n# Have fun! #\nGo ahead and create your own components\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyllanos%2Fprevue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyllanos%2Fprevue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyllanos%2Fprevue/lists"}