Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.
/ vue-preset Public archive
forked from winjs-dev/vue-preset

🚀 结合 vue-cli4.x 的 preset 搭建基于 git repo 的前端项目模板

Notifications You must be signed in to change notification settings

cklwblove/vue-preset

 
 

Repository files navigation

Gitpod ready-to-code

vue-preset

结合 vue-cli4.x 的 preset 搭建基于 git repo 的前端项目模板。支持Vue3.0特性

注意:本脚手架不做维护,请转移到 create-project

快速开始

# 安装 vue-cli 4.0
npm install -g @vue/cli

# 根据远程 preset 创建项目
vue create --preset cloud-templates/vue-preset my-project
# or
vue create --preset direct:https://github.com/cloud-templates/vue-preset.git my-project --clone

# 本地预览
cd my-project && yarn run serve

文档

# 本地预览
npm run docs:dev

# 构建部署版本
npm run docs:build

待办

  • 新增多页模板
  • 支持 REST 接口规范,可以参考 restful
  • axios retry 特性,可以参考 axios-retry
  • axios cancel request
  • 引入 vant-ui
  • 新增TS模板
  • 新增离线包相关特性
  • 支持vue3.0
  • vue2.x 支持新的构建工具 vite

统计

Alt

About

🚀 结合 vue-cli4.x 的 preset 搭建基于 git repo 的前端项目模板

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 44.2%
  • JavaScript 30.8%
  • TypeScript 15.9%
  • HTML 5.3%
  • Less 2.0%
  • CSS 1.7%
  • Shell 0.1%