/vue-semantic

Semantic UI Components in Vue

Primary LanguageJavaScript

Semantic UI Component for VueJS

Build Coverage Status

Work In Progress

The main aim of this project is not just limited to creating wrapper around Semantic UI components but to create a framework that can handle data intensive tasks, such as:

  • Searching
  • Sorting
  • Grouping
  • (Advance) Graph and Data plot
  • (Advnace) Querying mechanism to extract data from rendernderd componets.s

Documentation still requires a lot of work. More UT's and Components coming soon.

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run all tests
npm test

# See docs
yarn docs:dev # or npm docs:dev

For a detailed explanation on how things work, check out the guide and docs for vue-loader.