0.0.4 • Published 8 years ago

@lassehaslev/vue-file-field v0.0.4

Weekly downloads
-
License
-
Repository
github
Last release
8 years ago

vue-file-field

File field Vue style

Install

npm install @lassehaslev/vue-file-field --save-dev

Use

Javascript

    Vue.component( 'file-field', require( '@lassehaslev/vue-file-field' ) );

HTML

    <file-field :multiple="true" accept="image/*" name="file"></file-field>

Styles can be found under src/styles/VueFileField.styl

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago