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

https://github.com/feeden/my-vue-kernel

基于Koa2实现的vue脚手架
https://github.com/feeden/my-vue-kernel

awilix gulp koa2 postcss vue webpack4

Last synced: 3 months ago
JSON representation

基于Koa2实现的vue脚手架

Awesome Lists containing this project

README

          

# my-vue-kernel
基于Koa2构建的vue脚手架

> 系统要求:Linux或mac,window系统无法启动项目

# 开发环境
### 打包node
```
npm run server:dev
```
### 启动
```
npm run server:start
```
# 生产环境
### 打包
```
./build.sh
```