vue模板代码
Bleeding edge vue template focused on code quality and developer happiness.
流血的边缘vue模板侧重于代码质量和开发人员满意度。
Proven to work on both small and large scale projects
经验证可用于小型和大型项目
Always up-to-date with the help of @dependabot
始终在@dependabot
的帮助下@dependabot
Vue
+ vuex
+ vue-router
with the latest es
features
具有最新es
功能的Vue
+ vuex
+ Vue
vue-router
nuxt
for server-side rendering
用于服务器端渲染的nuxt
Optional strict typing with flow
可选的严格输入flow
Gitlab CI
with full test
and deploy
pipeline configured by default
默认情况下具有完整test
和deploy
管道的Gitlab CI
Easy update process, so your template will always be up-to-date
易于更新的过程 ,因此您的模板将始终是最新的
Meaningful docs, covering almost every aspect of the project, including jsdoc
annotations
You will need:
你会需要:
git clone https://github.com/wemake-services/wemake-vue-template.git
npx vue-cli init ./wemake-vue-template your_vue_project
We are required to clone the project, since we need the .git
folder.
我们需要克隆项目,因为我们需要.git
文件夹。
Before going any further make sure that you have read the docs.
在继续之前,请确保您已阅读文档 。
yarn dev
starts the development server
yarn dev
启动开发服务器
yarn start
runs the production code in a node server
yarn start
在节点服务器上运行生产代码
yarn generate
generates static files to be deployed anywhere
yarn generate
生成可部署到任何地方的静态文件
If you use our template, please add yourself or your company in the list.
如果您使用我们的模板,请在列表中添加您自己或您的公司。
We offer free email support for anyone who is using this. If you have any problems or questions, drop us a line at [email protected]
. And we will try to help you.
我们为使用此工具的任何人提供免费的电子邮件支持。 如果您有任何问题或疑问,请给我们[email protected]
至[email protected]
。 我们将尽力为您提供帮助。
vue模板代码