Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Lightweight UI components for Vue.js based on Bulma

License

NotificationsYou must be signed in to change notification settings

buefy/buefy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buefy is a lightweight library of responsive UI components forVue.js based onBulma framework and design.

Check out the official@ntohq/Buefy-next fork in development forVue v3.0.0+ support.

Features

  • Keep your current Bulma theme / variables easily
  • Supports bothMaterial Design Icons andFontAwesome
  • Very lightweight with none internal dependencies aside from Vue & Bulma
  • About 88KB min+gzip (with Bulma included)
  • Semantic code output
  • Follows Bulma design and some of theMaterial Design UX
  • Focus on usability and performance withoutover-animating stuff

Documentation

The documentation is in the docs directory, it serves as the demo as well.

Browseonline documentation here.

Quick start

You needVue.jsversion 2.6+. (Vue 3 is supportedhere)

1 Install via npm

npm install buefy

2 Import and use Buefy

Bundle

importVuefrom'vue';importBuefyfrom'buefy';import'buefy/dist/buefy.css';Vue.use(Buefy);

or Individual Components

importVuefrom'vue'import{Field,Input}from'buefy'import'buefy/dist/buefy.css'Vue.use(Field)Vue.use(Input)

3 Include Material Design Icons

<linkrel="stylesheet"href="https://cdn.jsdelivr.net/npm/@mdi/font@5.8.55/css/materialdesignicons.min.css">

If you want to customize the icons or the theme, refer to thecustomization section on the documentation.

Alternatively, you can use a CDN or even download

<!-- Buefy CSS --><linkrel="stylesheet"href="https://unpkg.com/buefy/dist/buefy.min.css"><!-- Buefy JavaScript --><scriptsrc="https://unpkg.com/buefy/dist/buefy.min.js"></script>

Start On Cloud IDE

https://github.com/buefy/buefy

Browser support

Recent versions of Firefox, Chrome, Edge, Opera and Safari. IE10+ is only partially supported.

Contributing

Please see thecontributing guidelines

Versioning

Version will followv0.Y.Z, where:

  • Y: Major (breaking changes)
  • Z: Minor or patch

Core Team


Walter Tommasi

Special thanks toRafael Beraldo, the original author.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Rafael Beraldo

💻

Alexandre Paradis

💻

Yuxing Liao

💻

Adrien

💻

Apolokak Lab

💻

Antério Vieira

💻

Jorge Nieto

💻

Mateus Machado Luna

💻

All contributors

This project follows theall-contributors specification. Contributions of any kind welcome!

License

Code released underMIT license.


[8]ページ先頭

©2009-2025 Movatter.jp