All Projects → Apiko-Academy → vuejs-semantic-ui

Apiko-Academy / vuejs-semantic-ui

Licence: other
Vue Semantic-UI boilerplate

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to vuejs-semantic-ui

vision-ui
视觉UI分析工具
Stars: ✭ 165 (+816.67%)
Mutual labels:  semantic-ui
Semantic-ui-hamburger-menu
A simple Semantic UI hamburger responsive menu add-on
Stars: ✭ 24 (+33.33%)
Mutual labels:  semantic-ui
ouroom-project
A simple Classroom application to maintain your daily class stuffs.
Stars: ✭ 16 (-11.11%)
Mutual labels:  semantic-ui
react-template
My starting template for most react apps
Stars: ✭ 23 (+27.78%)
Mutual labels:  semantic-ui
Wall-E
A modern jekyll theme with grid frontpage, beautiful typography, mobile responsive, made with Semantic UI
Stars: ✭ 38 (+111.11%)
Mutual labels:  semantic-ui
kossiitkgp.github.io
Website of KOSS
Stars: ✭ 29 (+61.11%)
Mutual labels:  semantic-ui
semantic-ui-react-todos
The ReactJS/Redux Todo List Example with Semantic UI Components
Stars: ✭ 96 (+433.33%)
Mutual labels:  semantic-ui
aws-transcribe-demo
A simple AWS demo utilises Amazon Transcribe to convert audio to text and analyse.
Stars: ✭ 39 (+116.67%)
Mutual labels:  semantic-ui
semantic-ui-react-typescript-examples
Several examples using Semantic UI, React, and TypeScript
Stars: ✭ 41 (+127.78%)
Mutual labels:  semantic-ui
semantic-ui-forest
[Archived] Source code for official semantic-ui-forest website.
Stars: ✭ 49 (+172.22%)
Mutual labels:  semantic-ui
Simple-UI-Semantic-UI-Admin
Free Semantic UI (Fomantic-UI) Admin Template
Stars: ✭ 50 (+177.78%)
Mutual labels:  semantic-ui
Minecraft-Box-Launcher
Open source Minecraft Java Edition launcher built with ElectronJS
Stars: ✭ 19 (+5.56%)
Mutual labels:  semantic-ui
LeanCloud-Vue-Boilerplate
A boilerplate project to start LeanCloud/Vue.js production, for real.
Stars: ✭ 16 (-11.11%)
Mutual labels:  semantic-ui
fTboilerplate-SemanticUI
boilerplate meteor react react router V4 semantic ui
Stars: ✭ 13 (-27.78%)
Mutual labels:  semantic-ui
create-fomantic-icons
Generate the icon.overrides and icon.html.eco files for Fomantic-UI (or Semantic-UI)
Stars: ✭ 21 (+16.67%)
Mutual labels:  semantic-ui
nextjs-semantic
Next.js + Fomantic-UI + Styled Components
Stars: ✭ 68 (+277.78%)
Mutual labels:  semantic-ui
DjangoReactTodo
Build a simple CRUD Todo app with Django, React and Semantic UI
Stars: ✭ 23 (+27.78%)
Mutual labels:  semantic-ui
pyladies-courseware
Homework/task submit and review web app · based on React and Python aiohttp
Stars: ✭ 14 (-22.22%)
Mutual labels:  semantic-ui
sozlukus.com
sozlukus.com source code
Stars: ✭ 11 (-38.89%)
Mutual labels:  semantic-ui
pagination
Aplus Framework Pagination Library
Stars: ✭ 167 (+827.78%)
Mutual labels:  semantic-ui

vuejs-semantic-ui

Vue Semantic-UI boilerplate

Build Setup

# install dependencies
npm install

# build semantic-ui
npm run build-semantic-ui

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

# build for production with minification
npm run build

Using Semantic-UI

import semantic JS and css at your app root file

import '../semantic/dist/semantic.min.css';
import 'semantic';

Then you can use semantic ui classes as well as JS. For example:

$('.ui.accordion')
  .accordion();

configuring Semantic-UI

You can configure semantic themes using guides at http://semantic-ui.com/introduction/build-tools.html
Call npm run build-semaintic-ui after you've made you configuration

Using Sass

You can write Sass style directly at you Vue components like this:

<style lang="sass">
  h2 {
    border: 2px solid aquamarine;
  }
</style>

or import scss styles from your styles folder

<style lang="sass">
  @import "~styles/border"
</style>

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].