uppy/examples/vue
Andrew 58f996c0e4
Vue 3 support (#2755)
* basic support

* improved support

* Add all components (still buggy)

* revert && Add lockfile

* Small fixes

* import .eslintrc from master

* Fix shadowing issue

* Update packages/@uppy/vue/src/utils.js

Co-authored-by: Renée Kooi <renee@kooi.me>

Co-authored-by: Artur Paikin <artur@arturpaikin.com>
Co-authored-by: Renée Kooi <renee@kooi.me>
2021-03-24 16:01:45 +00:00
..
src Update Linter (#2796) 2021-03-15 16:25:17 +00:00
.gitignore Vue integration (#2500) 2020-11-25 22:59:06 +00:00
babel.config.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
package-lock.json Vue 3 support (#2755) 2021-03-24 16:01:45 +00:00
package.json remove version so lerna igonres 2020-11-25 23:19:51 +00:00
README.md Vue integration (#2500) 2020-11-25 22:59:06 +00:00

uppy-vue

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.