Skip to content

Vue library sample for testing individual component usage with stripping unused code

License

Notifications You must be signed in to change notification settings

dandel10n/vue-library-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Vue library, built using rollup

  • First setup
yarn install
  • Production build
yarn build
  • Usage example
    <template>
        <lib-component-one />
    </template>

    <script>
    import { LibComponentOne } from '@justeat/f-vue-icons';

    export default {
        components: {
            LibComponentOne
        }
    };
    </script>

About

Vue library sample for testing individual component usage with stripping unused code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published