0.0.6 • Published 2 years ago

talent-pc v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

安装

npm install talent-pc -S

Quick Start

import Vue from 'vue'
import TALENTPC from 'talent-pc'

Vue.use(TALENTPC)

开发

# 安装依赖
npm run bootstrap

# 创建新组件
npm run new <component-name>

# 开启dev-server 
npm run dev

# 浏览器打开 http://localhost:8086

发布

前端业务组件开发流程