2 Star 0 Fork 0

Buynow_Zhao/vue-qiniu

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
index.js 487 Bytes
Copy Edit Raw Blame History
Buynow_Zhao authored 2018-02-22 20:24 +08:00 . frist commit
import Vue from 'vue'
Vue.config.productionTip = false
// require all test files (files that ends with .spec.js)
const testsContext = require.context('./specs', true, /\.spec$/)
testsContext.keys().forEach(testsContext)
// require all src files except main.js for coverage.
// you can also change this to match only the subset of files that
// you want coverage for.
const srcContext = require.context('../../src', true, /^\.\/(?!main(\.js)?$)/)
srcContext.keys().forEach(srcContext)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Buynow96/vue-qiniu.git
git@gitee.com:Buynow96/vue-qiniu.git
Buynow96
vue-qiniu
vue-qiniu
master

Search