8000 WIP: Update Build to Vue CLI 3.0 by sagalbot · Pull Request #615 · sagalbot/vue-select · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

WIP: Update Build to Vue CLI 3.0 #615

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 34 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
c0ff414
vue cli scaffolding in place
Aug 8, 2018
5c251f5
Remove build and config folders
Aug 8, 2018
de73484
pull config to package.json
Aug 10, 2018
459fcb9
start converting unit tests
Aug 10, 2018
d4954de
Complete 'selecting' test suite
Aug 11, 2018
143874a
Further progress on test suite migration, all tests moved out of old …
Aug 12, 2018
3078fa6
Complete AJAX specs
Aug 12, 2018
1554080
Complete Layout specs
Aug 12, 2018
294d169
Complete pointer specs
Aug 12, 2018
3c2e8c1
Complete 'index' prop tests
Aug 12, 2018
eed25d7
- migrate tagging spec
Aug 12, 2018
8e22400
refactor ajax tests to use helpers
Aug 12, 2018
4b5601b
Complete de 8000 selecting spec
Aug 12, 2018
0946165
Complete dropdown spec
Aug 12, 2018
c03b634
Complete labels spec
Aug 12, 2018
1c15fa0
Fix console output in Jest runs
Aug 12, 2018
046d4ce
Update yarn dev command and environment
Aug 13, 2018
b8696bc
Update gitignore, add build:dev command
Aug 13, 2018
80eefd4
disable linting on data files
Aug 13, 2018
48782a7
Fix `slot` warning, update to `slot-scope`
Aug 13, 2018
945e908
update mixins to ES6 module exports
Aug 13, 2018
c24512c
drop vue-resource dev-dep
Aug 13, 2018
ccf5a90
simplify test command (should get travis-ci back to green)
Aug 13, 2018
e602cb8
update travis config
Aug 13, 2018
f838579
add code coverage
Aug 13, 2018
74a563f
bump travis config
Aug 13, 2018
70770a0
whoops, bump travis config
Aug 13, 2018
dee9382
take coveralls for a spin
Aug 13, 2018
6ab362c
ditch codecov
Aug 13, 2018
33a12c1
bump readme
Aug 13, 2018
d5dbda2
Merge remote-tracking branch 'origin/master' into ft/vue-cli-v3
Feb 9, 2019
a05924f
- ignore dist
Feb 9, 2019
aabfaef
update vue cli
Feb 9, 2019
e8a12ee
Merge branch 'master' into ft/vue-cli-v3
Feb 10, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .babelrc

This file was deleted.

25 changes: 0 additions & 25 deletions .codeclimate.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .csslintrc

This file was deleted.

1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

185 changes: 0 additions & 185 deletions .eslintrc

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ docs/gitbook/_book
docs/node_modules
site
dist
dev/dist
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- node
after_success:
- codeclimate-test-reporter < ./test/unit/coverage/lcov.info
script:
- yarn test | coveralls
3 changes: 3 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: ["@vue/app"]
};
9 changes: 0 additions & 9 deletions build/build-docs.js

This file was deleted.

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

This file was deleted.

9 changes: 0 additions & 9 deletions build/dev-client.js

This file was deleted.

65 changes: 0 additions & 65 deletions build/dev-server.js

This file was deleted.

Loading
0