gntd-vue-preset

0.0.3 • Public • Published

vue-preset

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

快速开始

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

# 根据远程 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

文档

# 本地预览
npm run docs:dev

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

Readme

Keywords

Package Sidebar

Install

npm i gntd-vue-preset

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

426 kB

Total Files

84

Last publish

Collaborators

  • grasilife