1.2.3 • Published 4 years ago

vue-tasty-burgers v1.2.3

Weekly downloads
225
License
MIT
Repository
github
Last release
4 years ago

Vue Tasty Burgers

An easy to use hamburger buttons library for VueJS. Inspired by AMBURGERS

Basic Screenshot

Documentation and Live demo

Build Setup

# install dependencies
npm install

# serve doc app with hot reload at localhost:8080
npm run start

# build for production with minification
npm run build

How this project works

The project makes use of both Rollup and WebPack 2. Although they are two different bundlers and producting separate ouputs, they can coexist in the same project, sharing the following:

In addition, Rollup uses the following:

And Webpack uses the following:

As package.json is shared by both library and document app, their dependencies are shared. To make the dependencies clean for the library, if an external library is only used by the documentation app, add them as devDependencies instead of dependencies or peerDependencies.

License

This project is licensed under the MIT License.

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago