• Stars
    star
    165
  • Rank 228,906 (Top 5 %)
  • Language Vue
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Onsen UI for Vue Kitchensink app.

Vue Onsen UI Kitchen Sink

This is a sample app featuring Onsen UI 2 + Vue. This version uses Vuex to share the state among components.

A version without Vuex is provided in no-vuex branch.

Check out the preview here.

This project has been created with vue-cli and webpack-simple template. Webpack configuration has been modified to work with Onsen UI +2.2.0.

About CSS

Onsen UI bundles css/onsen-css-components.css wich can be directly included in an app. However, this example uses the source css-components-src/src/onsen-css-components.css where colors can be easily modified. In order to support this, postcss-cssnext must be used in Webpack.

Build Setup

# install dependencies
yarn install

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

# build for production with minification
yarn run build

Licensing

MIT License