{"id":38278465,"url":"https://github.com/chans-open-source/optimize-vue-cli","last_synced_at":"2026-01-17T01:55:14.003Z","repository":{"id":57315817,"uuid":"162970570","full_name":"chans-open-source/optimize-vue-cli","owner":"chans-open-source","description":"基于 vue-cli 3.0 构建的快速开发框架的脚手架","archived":false,"fork":false,"pushed_at":"2019-04-15T10:14:56.000Z","size":31,"stargazers_count":5,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-31T13:06:42.265Z","etag":null,"topics":["mit-license","vue","vuecli3"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chans-open-source.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":"2018-12-24T08:51:39.000Z","updated_at":"2020-12-24T06:00:44.000Z","dependencies_parsed_at":"2022-09-18T20:52:46.657Z","dependency_job_id":null,"html_url":"https://github.com/chans-open-source/optimize-vue-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chans-open-source/optimize-vue-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chans-open-source%2Foptimize-vue-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chans-open-source%2Foptimize-vue-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chans-open-source%2Foptimize-vue-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chans-open-source%2Foptimize-vue-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chans-open-source","download_url":"https://codeload.github.com/chans-open-source/optimize-vue-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chans-open-source%2Foptimize-vue-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28491823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T00:50:05.742Z","status":"ssl_error","status_checked_at":"2026-01-17T00:43:11.982Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["mit-license","vue","vuecli3"],"created_at":"2026-01-17T01:55:13.899Z","updated_at":"2026-01-17T01:55:13.977Z","avatar_url":"https://github.com/chans-open-source.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# optimize-vue-cli 脚手架\n[![LICENSE](https://img.shields.io/badge/license-MIT%20996-blue.svg)](https://github.com/Chans-Open-Source/optimize-vue-cli/blob/master/LICENSE)\n\n* This is a multi-page project tool based on @vue/cli 3.0. Can quickly create projects, modules (pages), components. Modules (pages) created using this tool are accessible without additional configuration.\n* The development tool will receive long-term maintenance and is expected to be updated to 3.0 by vue. Js.\n\n* 这是一个基于@vue/cli 3.0构建的多页面项目工具。可快速创建项目、模块（页面）、组件。使用该工具创建的模块（页面）无需额外配置即可访问。\n* 该开发工具将获得长期维护，预期至vue.js更新至3.0。\n\n![NPM version](https://img.shields.io/npm/v/optimize-vue-cli.svg)\n![NPM download](https://img.shields.io/npm/dm/optimize-vue-cli.svg)\n![NPM download](https://img.shields.io/npm/dw/optimize-vue-cli.svg)\n\n\n![GitHub watchers](https://img.shields.io/github/watchers/Chans-Open-Source/optimize-vue-cli.svg)\n![GitHub stars](https://img.shields.io/github/stars/Chans-Open-Source/optimize-vue-cli.svg)\n![GitHub forks](https://img.shields.io/github/forks/Chans-Open-Source/optimize-vue-cli.svg)\n![GitHub issues](https://img.shields.io/github/issues/Chans-Open-Source/optimize-vue-cli.svg)\n![GitHub last commit (branch)](https://img.shields.io/github/last-commit/Chans-Open-Source/optimize-vue-cli.svg)\n\n## Template 模板源码\n[Source Code](https://github.com/Chans-Open-Source/optimize-vue)\n\n## Install 安装脚手架\n* Run in command line.\n* 请在命令行中运行。\n```\n// Install vue-cli-3.0 at first.\nnpm i -g @vue/cli\n\n// Install yarn.\nnpm i -g yarn\n\n// Install cli\nnpm i -g optimize-vue-cli\n```\n\n## Create Project 创建项目\n* Run in the project's parent folder.\n* 请在项目的父目录中运行。\n```\nvues create \u003cproject-name\u003e\n// eg: vues create demo\n```\n\n## Init Project 初始化项目\n* Run in the project's root folder.\n* 请在项目的根目录中运行。\n```\n// Open project folder if your not in the project's root folder.\ncd \u003cproject-path\u003e\n\n// Init\nyarn install \n```\n\n## Add Module 添加模块（页面）\n* Run in the project's root folder.\n* 请在项目的根目录中运行。\n```\nvues add -m \u003cmodule-title\u003e -p \u003cmodule-path\u003e\n// eg: vues add -m module1 -p /mobile/page/index\n// Html-Title: module1\n// Html-Url: localhost:port/mobile/page/index\n```\n\n## Add Component 添加组件\n* Run in the project's root folder.\n* 请在项目的根目录中运行。\n```\nvues add -c \u003ccomponent-path\u003e\n// eg: vues add -c /home/index\n```\n\n## Add multiple modules at a time 单次添加多个模块（页面）\n* Run in the project's root folder.\n* 请在项目的根目录中运行。\n```\nvues add -a -m \u003cmodule-path-array\u003e\n// eg: vues add -a -m /page/a,/page/b\n// Html-Title: Page Title\n// Html-Url-0: localhost:port/page/a\n// Html-Url-1: localhost:port/page/b\n```\n\n## Add multiple components at a time 单次添加多个组件\n* Run in the project's root folder.\n* 请在项目的根目录中运行。\n```\nvues add -a -c \u003ccomponent-path-array\u003e\n// eg: vues add -a -c /home/index,/home/personal\n```\n\n## About 关于\n* [github](https://github.com/Chans-Open-Source/optimize-vue-cli)\n* [issues](https://github.com/Chans-Open-Source/optimize-vue-cli/issues)\n* [e-mail: changeden520@gmail.com](mailto://changeden520@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchans-open-source%2Foptimize-vue-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchans-open-source%2Foptimize-vue-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchans-open-source%2Foptimize-vue-cli/lists"}