当前位置: 首页 > 软件库 > 云计算 > >

wemake-vue-template

授权协议 MIT License
开发语言 Java
所属分类 云计算
软件类型 开源软件
地区 不详
投 递 者 荀辰钊
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

wemake-vue-template

Build Status

Bleeding edge vue template focused on code quality and developer happiness.


This project is used to scaffold new Vue project structure.

Demo

https://wemake-vue-demo.herokuapp.com/

Features

  • Proven to work on both small and large scale projects
  • Always up-to-date with the help of @dependabot
  • Latest nuxt for server-side rendering
  • Full typescript support, including Vue's SFC, Vuex, and tests
  • Tools to write business logics including: DI, IoC, runtime type validation
  • Linting with eslint + stylelint
  • jest for unit tests and testcafe for end-to-end testing
  • docker optional support for development, testing, and production
  • Gitlab CI with full test and deploy pipeline configured by default
  • Meaningful docs, covering almost every aspect of the project, including jsdoc annotations
  • Full vscode support and list of suggested settings and plugins
  • Easy update process, so your template will always be up-to-date

Requirements

You will need:

Installation

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.

Where to go next

Before going any further make sure that you have read the docs.

Who is using this template?

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 contact@wemake.services.And we will try to help you.

License

MIT.

 相关资料
  • wemake-django-template Bleeding edge django3.2 template focused on code quality and security. Purpose This project is used to scaffold a django project structure.Just like django-admin.py startproject

  • 构造器 每个 Vue.js 应用都是通过构造函数 Vue 创建一个 Vue 的根实例 启动的: var vm = new Vue({ // 选项 }) 虽然没有完全遵循 MVVM 模式, Vue 的设计无疑受到了它的启发。因此在文档中经常会使用 vm 这个变量名表示 Vue 实例。 在实例化 Vue 时,需要传入一个选项对象,它可以包含数据、模板、挂载元素、方法、生命周期钩子等选项。全部的选

  •   在线预览 更新日志 相关依赖 vue-router iview axios vuex 功能 登录页 一周七天自动切换不同的壁纸(建议自己配置) 标签栏 点击标签切换页面 刷新当前标签页 关闭其他标签/关闭所有标签 注意: 组件的名称和路由的名称一定要一致,例如 Home.vue 组件名称 name: home,则在路由文件中也要给它设置为 name: home,否则页面内容不能缓存 // 在r

  • jekyll-vue-template A Jekyll project template that uses Vue.js single file components complete with webpack bundling and optimizations. Overview jekyll-vue-template is an opinionated, but minimal boil

  • vue

    教程简介 本教程要实现一个简单的后台管理系统,包含登陆、数据列表、数据查询、列表分页、添加数据、修改数据和删除数据等功能,教程会从 Vue 入门开始讲解,包含 es6、Sass、Webpack、Bootstrap、jQuery 等技术,再到后台管理系统的一些常规功能,用 Vue 如何去实现。 也许会有人质疑 Vue 和 jQuery 的搭配,在我本人看来,jQuery 本身已很成熟,而且包含了很多

  • Koa Vue SSR Template This template built with Vue 2.x, vue-router & vuex with server-side rendering by koa. Screenshot Build Setup Requires Node.js 7+ # install dependenciesnpm install # or yarn insta