{"id":22881301,"url":"https://github.com/frogo/webpack-vue-template","last_synced_at":"2025-07-14T18:37:20.282Z","repository":{"id":54629791,"uuid":"251035969","full_name":"frogo/webpack-vue-template","owner":"frogo","description":"🌴基于webpack4.0,用于约束前端团队开发规范的一个vue开发脚手架","archived":false,"fork":false,"pushed_at":"2021-02-07T04:30:33.000Z","size":262,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T16:01:14.538Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/frogo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-29T13:15:41.000Z","updated_at":"2021-12-26T10:31:14.000Z","dependencies_parsed_at":"2022-08-13T22:01:02.684Z","dependency_job_id":null,"html_url":"https://github.com/frogo/webpack-vue-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/frogo/webpack-vue-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frogo%2Fwebpack-vue-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frogo%2Fwebpack-vue-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frogo%2Fwebpack-vue-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frogo%2Fwebpack-vue-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frogo","download_url":"https://codeload.github.com/frogo/webpack-vue-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frogo%2Fwebpack-vue-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265333057,"owners_count":23748724,"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":[],"created_at":"2024-12-13T17:32:43.523Z","updated_at":"2025-07-14T18:37:20.258Z","avatar_url":"https://github.com/frogo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## Usage\n```bash\n# install resource manager(Option)\n$ npm i -g nrm\n$ nrm use taobao\n\n# install and run\n$ npm i\n$ npm run serve\n$ npm run build\n```\n## Structure\n\n```tree\n├── public\n│   ├── config.js          挂在window上的config文件,在index.html引用\n│   ├── config.json        通过http请求的config json文件\n│   ├── favicon.ico        浏览器TAB显示的icon\n│   └── index.html         index.html 模板\n├── src\n│   ├── assets\n│   │   ├── image          公共图片\n│   │   ├── style \n│   │   │   ├── common.scss 公共样式\n│   └── components\n│   │   ├── SvgIcon      SvgIcon全局组件\n│   │   │   ├── index.vue\n│   └── icons              \n│   │   ├── svg            icon的svg 文件存放位置\n│   │   ├── index.js       \n│   └── request\n│   │   ├── api.js         接口函数定义\n│   │   ├── config.js      api地址管理\n│   │   ├── http.js        axios 拦截器和get post 封装\n│   └── router             路由信息\n│   └── store              vuex\n│   └── utils            公共函数方法\n│   └── views              页面级vue文件\n│   └── App.vue            入口vue\n│   └── main.js            入口函数\n├── .browserslistrc        浏览器兼容规则文件\n├── .editorconfig          编辑器配置文件，统一开发编码风格\n├── .eslintrc.js           ESLINT的规则\n├── .gitignore             gitlab忽略文件\n├── .huskyrc.js            commit 提交前和提交格式检查\n├── .stylelintrc.js        CSS检查规则\n├── babel.config.js        babel编译配置\n├── commitlint.config.js   git commit message 提交规范\n├── lint-staged.config.js  git 暂存区文件校验\n├── mock.js                前端开发环境下的mock数据和方案\n├── postcss.config.js      postcss 一种对css编译的工具，类似babel对js的处理\n├── stylelint.config.js    各种样式的检查和校验\n├── package-lock.json      锁定node-modules依赖包版本和源的文件，可删除，可ignore\n├── package.json           该项目的描述文件\n├── readme.md           \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrogo%2Fwebpack-vue-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrogo%2Fwebpack-vue-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrogo%2Fwebpack-vue-template/lists"}