JSPM

vue-interface

0.1.92
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 374
    • Score
      100M100P100Q86378F

    Package Exports

    • vue-interface
    • vue-interface/dist/vue-interface.css
    • vue-interface/src/Components/ActivityIndicator
    • vue-interface/src/Components/Alert
    • vue-interface/src/Components/Btn
    • vue-interface/src/Components/BtnActivity
    • vue-interface/src/Components/CheckboxField
    • vue-interface/src/Components/FormControl
    • vue-interface/src/Components/FormFeedback
    • vue-interface/src/Components/FormGroup
    • vue-interface/src/Components/FormLabel
    • vue-interface/src/Components/InputField
    • vue-interface/src/Components/InputGroup
    • vue-interface/src/Components/RadioField
    • vue-interface/src/Components/SelectField
    • vue-interface/src/Components/TextareaField
    • vue-interface/src/Directives/Autogrow
    • vue-interface/src/Filters/Date
    • vue-interface/src/Helpers/MergeClasses
    • vue-interface/src/Helpers/Script
    • vue-interface/src/Http/Model
    • vue-interface/src/Http/Request
    • vue-interface/src/Plugins/MergeClasses
    • vue-interface/src/Plugins/Modal

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-interface) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    vue-toolbox

    Official README coming soon...

    Commands

    npm run dev

    Start the Rollup build process and watch the source files and trigger livereload when a file changes.

    npm run commit

    Makes a GIT commit with the current version from package.json. (This command is called automatically in the npm run release command.)

    npm run release-patch

    Compiles the latest source files, makes an incremental version bump (1.0.x) to package.json, then makes a commit with new version, and finally publishes the latest build to NPM.

    npm run release-minor

    Compiles the latest source files, makes a minor version bump (1.x.0) to package.json, then makes a commit with new version, and finally publishes the latest build to NPM.

    npm run release-major

    Compiles the latest source files, makes a major version bump (x.1.0) to package.json, then makes a commit with new version, and finally publishes the latest build to NPM.

    npm run release

    Compiles the latest source files for release, runs the uglification process, makes the commit, and published the package. This command is called automatically uses any of the other npm run release-{type} commands.

    npm run uglify

    Rund the uglify library over the compiled source to create a {package-name}.min.js file that Gzip and minifies that library.