Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grasilife/vue-preset

结合 vue-cli3 的 preset 搭建基于 git repo 的前端项目模板,文档请访问https://grasilife.github.io/vue-preset/
https://github.com/grasilife/vue-preset

preset

Last synced: about 1 month ago
JSON representation

结合 vue-cli3 的 preset 搭建基于 git repo 的前端项目模板,文档请访问https://grasilife.github.io/vue-preset/

Awesome Lists containing this project

README

        

# vue-preset

结合 vue-cli3 的 preset 搭建基于 git repo 的前端项目模板

## 快速开始

```bash
# 安装 vue-cli 3.0
npm install -g @vue/cli
# 使用vue-preset创建项目
vue create --preset grasilife/vue-preset my-project
# or
vue create --preset direct:https://github.com/grasilife/vue-preset.git my-project --clone

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

```