kingfront / vue-ht-cli

Rapid development framework for vue

Home Page:vue-ht-cli.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-ht-cli

框架介绍

基于vue-cli的快速规范开发框架,已封装常用组件,可直接进行基本项目开发

1,遵循eslint规则,提升代码质量

2,集成route使用示例

3,集成vuex可直接使用开发

4,封装axios、jsonp、util解决基本服务端接口请求

5,使用阿里开源RAP数据服务,实现模拟真实接口请求

6,集成vant 移动端ui

示例图

image image

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

更多vue cli使用请参考博客

https://www.cnblogs.com/front-web

About

Rapid development framework for vue

vue-ht-cli.vercel.app


Languages

Language:JavaScript 65.6%Language:Vue 31.6%Language:HTML 2.8%