Skip to content

Commit

Permalink
Merge pull request #40 from TonPC64/v2
Browse files Browse the repository at this point in the history
migrate vue-spinkit to v2
  • Loading branch information
TonPC64 authored Oct 23, 2021
2 parents 4565773 + da088c9 commit 6c6dfb1
Show file tree
Hide file tree
Showing 35 changed files with 13,844 additions and 21,616 deletions.
40 changes: 0 additions & 40 deletions .babelrc

This file was deleted.

9 changes: 0 additions & 9 deletions .editorconfig

This file was deleted.

5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

29 changes: 0 additions & 29 deletions .eslintrc.js

This file was deleted.

13 changes: 10 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
.DS_Store
node_modules/
/dist/
/public/
node_modules
/dist

# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Editor directories and files
.idea
Expand All @@ -13,3 +19,4 @@ yarn-error.log*
*.ntvs*
*.njsproj
*.sln
*.sw?
10 changes: 0 additions & 10 deletions .postcssrc.js

This file was deleted.

2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js
node_js:
- 10
- 12
- 14
cache:
directories:
- "node_modules"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
[![Language](https://img.shields.io/badge/language-vue-green.svg)](https://img.shields.io/badge/language-vue-green.svg)
[![License](https://img.shields.io/badge/license-MIT-000000.svg)](https://img.shields.io/badge/license-MIT-000000.svg)
[![NPM Package](https://img.shields.io/npm/v/vue-spinkit.svg)](https://www.npmjs.com/package/vue-spinkit)
[![NPM Package](https://img.shields.io/npm/v/vue-spinkit.svg)](https://www.npmjs.com/package/vue-spinkit)
[![NPM Downloads](https://img.shields.io/npm/dm/vue-spinkit.svg)](https://npmjs.org/package/vue-spinkit)
[![Build Status](https://travis-ci.org/TonPC64/vue-spinkit.svg?branch=master)](https://travis-ci.org/TonPC64/vue-spinkit)
[![Build Status](https://app.travis-ci.com/TonPC64/vue-spinkit.svg?branch=master)](https://app.travis-ci.com/TonPC64/vue-spinkit)

## Inspiration
* [Spinkit](http://tobiasahlin.com/spinkit/) css animated loading
Expand Down
5 changes: 5 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}
16 changes: 0 additions & 16 deletions bili.config.js

This file was deleted.

41 changes: 0 additions & 41 deletions build/build.js

This file was deleted.

54 changes: 0 additions & 54 deletions build/check-versions.js

This file was deleted.

101 changes: 0 additions & 101 deletions build/utils.js

This file was deleted.

22 changes: 0 additions & 22 deletions build/vue-loader.conf.js

This file was deleted.

Loading

0 comments on commit 6c6dfb1

Please sign in to comment.