mirror of
https://github.com/transloadit/uppy.git
synced 2026-08-04 07:43:53 +00:00
* Basic setup * Updated some documentation * Cleanup some useless files * Added docs to website * Re-add package.json * Added module * Update vue.md * Update DOCS.md * Starting writing docs * Fix my own spelling mistake * Add a proper README and LICENSE * Some quick fixes * Update Dashboard.vue * Added shallow-equal * Try adding an example to test vue integration locally * Temporarily fixed build and example * Small documentation fixes * Added Vue 3 example * Added proper bundling and typescript for vue * Added full typescript support for integration All @uppy/vue components now support TypeScript and are strongly typed. * Massive docs improvement for @uppy/vue * Fix small type error in dashboard-modal * Slight documentation changes * Add typescript types file to package.json * Trim down dependencies * Fix building with Vue I added it to a list of ignored packages as it builds a little weird * Updated example * Converted .vue files to .ts * Setup .js files for @uppy/vue * Fixed small rendering bug * Delete package-lock.json * Delete package-lock.json * Delete package-lock.json * Update packages/@uppy/vue/package.json Co-authored-by: Artur Paikin <artur@arturpaikin.com> * Some cleaning for @uppy/vue * Delete components.d.ts * Removed Vue 3 example * Update typescript stuff for @uppy/vue * Documentation update for @uppy/vue I changed to menu text to 'Other Integrations' Co-authored-by: Artur Paikin <artur@arturpaikin.com>
320 B
320 B
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