样板-vue:vue的模板

时间:2021-02-16 10:57:16
【文件属性】:
文件名称:样板-vue:vue的模板
文件大小:290KB
文件格式:ZIP
更新时间:2021-02-16 10:57:16
template boilerplate vue JavaScript 样板 简介 brickplate-vue是一个面向中国用户的简单vue2模板,目标是帮助您快速构建网页。当然,也希望能引导你更进一步地了解vue2生态。 要查看vue3模板,请切换到vue3分支。 主要依赖 使用了 请先阅读上面的文档,并确保你对node和npm有基本的理解。 起步 这部分说明将让你得到能在本地运行的项目副本以开始开发。有关如何部署项目,请阅读。 准备 你可能需要使用*或手机WiFi完成准备步骤。 对于macOS用户,请按照以下指引操作。 # 安装 nvm curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash # 设置 nvm 镜像 export NVM_NODEJS_ORG_MIRROR=http://npm.taobao.org/mirrors/node #
【文件预览】:
boilerplate-vue-vue2
----.gitignore(2KB)
----package.json(3KB)
----.npmrc(566B)
----commitlint.config.js(145B)
----src()
--------components()
--------layout()
--------main.js(400B)
--------assets()
--------guard.js(483B)
--------apis()
--------views()
--------utils()
--------directives()
--------preload.js(160B)
--------i18n()
--------App.vue(80B)
--------router()
--------background.js(3KB)
--------styles()
--------store()
--------composables()
--------plugins()
----.markdownlintignore(2KB)
----jest.config.js(255B)
----CONTRIBUTING.md(4KB)
----public()
--------index.html(675B)
--------favicon.ico(4KB)
----tsconfig.json(336B)
----.env(86B)
----.prettierignore(2KB)
----.browserslistrc(104B)
----.eslintrc.js(146B)
----README.md(13KB)
----vue.config.js(3KB)
----.env.development(86B)
----tests()
--------unit()
----prettier.config.js(143B)
----.eslintignore(2KB)
----.ls-lint.yml(2KB)
----.env.staging(97B)
----babel.config.js(67B)
----.stylelintignore(2KB)
----.markdownlint.json(39B)
----stylelint.config.js(149B)
----typings()
--------index.d.ts(66B)
----.gitattributes(12B)
----.yarnrc(581B)
----.env.production(100B)
----.editorconfig(147B)
----yarn.lock(643KB)

网友评论