{"id":27704428,"url":"https://github.com/egoist/unvue","last_synced_at":"2025-04-26T01:01:55.101Z","repository":{"id":57386982,"uuid":"85492238","full_name":"ream/deprecated","owner":"ream","description":"🚀 Framework for building universal web app and static website in Vue.js (beta)","archived":true,"fork":false,"pushed_at":"2020-01-13T20:06:19.000Z","size":1328,"stargazers_count":824,"open_issues_count":19,"forks_count":41,"subscribers_count":31,"default_branch":"master","last_synced_at":"2025-04-19T05:49:15.861Z","etag":null,"topics":["express","http","koa","server","server-rendering","universal","vue","webpack"],"latest_commit_sha":null,"homepage":"https://ream.js.org","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/ream.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":"2017-03-19T16:42:18.000Z","updated_at":"2025-02-28T03:02:35.000Z","dependencies_parsed_at":"2022-09-13T02:31:49.914Z","dependency_job_id":null,"html_url":"https://github.com/ream/deprecated","commit_stats":null,"previous_names":["egoist/unvue"],"tags_count":146,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ream%2Fdeprecated","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ream%2Fdeprecated/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ream%2Fdeprecated/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ream%2Fdeprecated/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ream","download_url":"https://codeload.github.com/ream/deprecated/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250917360,"owners_count":21507562,"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":["express","http","koa","server","server-rendering","universal","vue","webpack"],"created_at":"2025-04-26T01:01:44.883Z","updated_at":"2025-04-26T01:01:55.070Z","avatar_url":"https://github.com/ream.png","language":"JavaScript","readme":"## This project is deprecated in favor of https://vapperjs.org\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/8784712/36352897-581670e6-14fa-11e8-98e6-163f10bd8ab5.png\" width=\"400\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://npmjs.com/package/ream\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/ream.svg?style=for-the-badge\" alt=\"NPM version\"\u003e\u003c/a\u003e \u003ca href=\"https://npmjs.com/package/ream\"\u003e\u003cimg src=\"https://img.shields.io/npm/dm/ream.svg?style=for-the-badge\" alt=\"NPM downloads\"\u003e\u003c/a\u003e \u003ca href=\"https://circleci.com/gh/ream/ream/tree/master\"\u003e\u003cimg src=\"https://img.shields.io/circleci/project/github/ream/ream/master.svg?style=for-the-badge\" alt=\"CircleCI\"\u003e\u003c/a\u003e  \u003cbr\u003e\u003ca href=\"https://github.com/egoist/donate\"\u003e\u003cimg src=\"https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000\u0026amp;style=for-the-badge\" alt=\"donate\"\u003e\u003c/a\u003e \u003ca href=\"https://chat.egoist.moe\"\u003e\u003cimg src=\"https://img.shields.io/badge/chat-on%20discord-7289DA.svg?style=for-the-badge\" alt=\"chat\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n## Install\n\n```bash\nyarn add ream\n```\n\n## Usage\n\nUnlike a regular Vue SPA, you must export a function which returns an object in your app entry in order to make it work with Ream:\n\n```js\n// index.js\nimport Vue from 'vue'\nimport Router from 'vue-router'\n\nVue.use(Router)\n\nexport default () =\u003e ({\n  router: new Router({\n    mode: 'history',\n    routes: [{\n      path: '/',\n      // Dynamically load your index component\n      component: () =\u003e import('./index.vue')\n    }]\n  })\n})\n```\n\nAnd that's it, run `ream dev` and have fun playing with your app at `http://localhost:4000`.\n\n## Roadmap\n\n- [ ] Document how to modify internal webpack config.\n- [ ] Add proper tests.\n\nTo make things happen faster, you may consider becoming a patron to support the development:\n\n\u003ca href=\"https://patreon.com/egoist\"\u003e\n\u003cimg src=\"https://c5.patreon.com/external/logo/become_a_patron_button@2x.png\" height=\"50\"\u003e\n\u003c/a\u003e\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n\n## Author\n\n**ream** © [egoist](https://github.com/egoist), Released under the [MIT](./LICENSE) License.\u003cbr\u003e\nAuthored and maintained by egoist with help from contributors ([list](https://github.com/ream/ream/contributors)).\n\n\u003e [github.com/egoist](https://github.com/egoist) · GitHub [@egoist](https://github.com/egoist) · Twitter [@_egoistlily](https://twitter.com/_egoistlily)\n","funding_links":["https://patreon.com/egoist"],"categories":["服务端"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegoist%2Funvue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegoist%2Funvue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegoist%2Funvue/lists"}