{"id":20294491,"url":"https://github.com/katallaxie/vue-preboot","last_synced_at":"2025-04-11T11:43:15.603Z","repository":{"id":77085120,"uuid":"109937251","full_name":"katallaxie/vue-preboot","owner":"katallaxie","description":":neckbeard: A teeny Vue.js + TypeScript boilerplate with SSR :thumbsup:. It is opinionated and powered by Webpack.","archived":false,"fork":false,"pushed_at":"2020-06-02T00:31:23.000Z","size":3869,"stargazers_count":9,"open_issues_count":33,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T08:03:41.002Z","etag":null,"topics":["jest","pwa","typscript","vue","vue-preboot","webpack"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/katallaxie.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":"2017-11-08T06:33:56.000Z","updated_at":"2023-03-28T11:41:15.000Z","dependencies_parsed_at":"2024-02-19T16:06:00.491Z","dependency_job_id":null,"html_url":"https://github.com/katallaxie/vue-preboot","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katallaxie%2Fvue-preboot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katallaxie%2Fvue-preboot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katallaxie%2Fvue-preboot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katallaxie%2Fvue-preboot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/katallaxie","download_url":"https://codeload.github.com/katallaxie/vue-preboot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248386225,"owners_count":21095038,"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":["jest","pwa","typscript","vue","vue-preboot","webpack"],"created_at":"2024-11-14T15:29:26.010Z","updated_at":"2025-04-11T11:43:15.589Z","avatar_url":"https://github.com/katallaxie.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue Preboot\n\n[![Taylor Swift](https://img.shields.io/badge/secured%20by-taylor%20swift-brightgreen.svg)](https://twitter.com/SwiftOnSecurity)\n[![Volkswagen](https://auchenberg.github.io/volkswagen/volkswargen_ci.svg?v=1)](https://github.com/auchenberg/volkswagen)\n[![Build Status](https://travis-ci.org/katallaxie/vue-preboot.svg?branch=master)](https://travis-ci.org/katallaxie/vue-preboot)\n[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)\n[![Greenkeeper badge](https://badges.greenkeeper.io/katallaxie/vue-preboot.svg)](https://greenkeeper.io/)\n\n\u003e A [Vue](https://vuejs.org/) boilerplate, which has a lot of features and is driven by great spirit.\n\n# Features\n\n\u003e The boilerplate is opinionated, and nudges devs to do certain things\n\n- [Fluffy](https://github.com/andersnormal/fluffy) ([SSR](https://ssr.vuejs.org) + Hot Module Reload)\n- [Webpack](http://webpack.github.io/) :heartbeat: `4.0.0`\n- [TypeScript](http://www.typescriptlang.org/)\n- [@types](https://www.google.com/url?sa=t\u0026rct=j\u0026q=\u0026esrc=s\u0026source=web\u0026cd=3\u0026cad=rja\u0026uact=8\u0026ved=0ahUKEwjgjdrR7u_NAhUQ7GMKHXgpC4EQFggnMAI\u0026url=https%3A%2F%2Fwww.npmjs.com%2F~types\u0026usg=AFQjCNG2PFhwEo88JKo12mrw_4d0w1oNiA\u0026sig2=N69zbO0yN8ET7v4KVCUOKA)\n- [TsLint](http://palantir.github.io/tslint/)\n- [PostCss](https://github.com/postcss/postcss) + [Autoprefixer](https://github.com/postcss/autoprefixer)\n- [Jest](https://facebook.github.io/jest)\n- [Docker](https://docker.io)\n- [Prettier](https://github.com/prettier/prettier)\n- [Puppeteer](https://github.com/GoogleChrome/puppeteer)\n- [TypeStyle](https://github.com/typestyle/typestyle)\n- [Vuex](https://github.com/vuejs/vuex)\n- [Vue.js Router](https://github.com/vuejs/vue-router)\n- [Element](https://element.eleme.io/)\n- Offline Support (PWA)\n\n## Quick Start\n\n\u003e We support Node.js `\u003e= 6.9.1`, NPM `\u003e= 3.x` [Yarn](https://yarnpkg.com)\n\u003e If you downgrade to `protractor@4.9.x` you could run the boilerplate in Node `\u003e 4.7.x`\n\u003e We recommend and support [Visual Studio Code](https://code.visualstudio.com/)\n\u003e We recommend to use [NVM](https://github.com/creationix/nvm) to manage your Node.js version and dependencies\n\u003e We highly recommend to use\n\n```\n# clone the repo\n# --depth 1 removes all but one .git commit history\ngit clone --depth 1 https://github.com/katallaxie/vue-preboot.git\n\n# change to repo folder\ncd vue-preboot\n\n# install the repo with npm, or yarn\nnpm install\n\n# start the webpack-dev-server\nnpm start\n\n# if you're in China use cnpm\n# https://github.com/cnpm/cnpm\n```\n\n\u003e You can run `npm run help` to see all available scripts\n\nOpen [http://0.0.0.0:3000](http://0.0.0.0:3000) or [http://localhost:3000](http://localhost:3000) in your favorite Browser.\n\n### Build and run the SSR\n\n```bash\n# builds the prod version of the client and the needed SSR bundle\nnpm run build:docker\n\n# runs the server `npm run server`\ndocker run -p 8080:80 -t vue-preboot\n```\n\n### Testing is import for quality products\n\n\u003e We have [Jest](https://facebook.github.io/jest) and [Protractor](http://www.protractortest.org/) in place\n\n```bash\n# run your unit tests\nnpm run tests\n\n# or develop with unit tests in the loop\nnpm run watch:test\n```\n\n# License\n\n[MIT](/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatallaxie%2Fvue-preboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkatallaxie%2Fvue-preboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatallaxie%2Fvue-preboot/lists"}