All Projects → arktosk → vue-jss-plugin

arktosk / vue-jss-plugin

Licence: MIT license
JSS plugin implementation for Vue.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vue-jss-plugin

A Journey Toward Better Style
A Journey toward better style
Stars: ✭ 245 (+920.83%)
Mutual labels:  css-in-js, jss
Styled Tools
Useful interpolated functions for CSS-in-JS
Stars: ✭ 761 (+3070.83%)
Mutual labels:  css-in-js, jss
gloss
a powerful style system for building ui kits
Stars: ✭ 16 (-33.33%)
Mutual labels:  css-in-js, jss
tsstyled
A small, fast, and simple CSS-in-JS solution for React.
Stars: ✭ 52 (+116.67%)
Mutual labels:  css-in-js, jss
Scale
The Scale library offers a set of customizable web components written with Stencil.js & TypeScript. The default theme of the library can be easily replaced so that a corresponding corporate identity of a dedicated brand can be represented.
Stars: ✭ 87 (+262.5%)
Mutual labels:  css-in-js, jss
Jss
JSS is an authoring tool for CSS which uses JavaScript as a host language.
Stars: ✭ 6,576 (+27300%)
Mutual labels:  css-in-js, jss
Css In Js Benchmarks
Stars: ✭ 360 (+1400%)
Mutual labels:  css-in-js, jss
Css In React
🍭 CSS in React - Learn the best CSS in JS frameworks by example
Stars: ✭ 101 (+320.83%)
Mutual labels:  css-in-js, jss
React Jss
JSS integration for React (Migrated to a Monorepo it JSS repository)
Stars: ✭ 1,212 (+4950%)
Mutual labels:  css-in-js, jss
Postjss
Use the power of PostCSS in compiling with JSS
Stars: ✭ 40 (+66.67%)
Mutual labels:  css-in-js, jss
React Usestyles
🖍 Style components using React hooks. Abstracts the styling library away.
Stars: ✭ 89 (+270.83%)
Mutual labels:  css-in-js, jss
Css In Js
Autocomplete React Native / JS Styles and converting plain CSS to JS styles
Stars: ✭ 192 (+700%)
Mutual labels:  css-in-js, jss
Arc
React starter kit based on Atomic Design
Stars: ✭ 2,780 (+11483.33%)
Mutual labels:  css-in-js
objectify-css
CLI for converting CSS rules to JavaScript style objects
Stars: ✭ 46 (+91.67%)
Mutual labels:  css-in-js
Styled Props
Simple lib that allows you to set styled props in your styled-components without stress.
Stars: ✭ 247 (+929.17%)
Mutual labels:  css-in-js
vue-swimlane
A Text Swimlane plugin for Vue.js
Stars: ✭ 71 (+195.83%)
Mutual labels:  vue-plugin
winampify
⚡ A Spotify web client with an OS-looking interface and a reimplementation of the classic audio player Winamp.
Stars: ✭ 180 (+650%)
Mutual labels:  css-in-js
Awesome Styled Components
A curated list of awesome styled-components resources 💅
Stars: ✭ 2,869 (+11854.17%)
Mutual labels:  css-in-js
Styled Ppx
Typed styled components in Reason, OCaml and ReScript
Stars: ✭ 236 (+883.33%)
Mutual labels:  css-in-js
Styled Email Components
💌 styled-components for emails
Stars: ✭ 231 (+862.5%)
Mutual labels:  css-in-js

Vue JSS Plugin

Build status @latest released version Vue.js tested version Downloads rate Licence

The Vue JSS plugin implements one of the most flexible CSS-in-JS framework in Vue.js components. About JSS you can read more in the 📖 JSS documentation.

Table of content

Usage

The plugin usage section was moved to separate file that is published as README file on npm registry. Check README page for your plugin version on npmjs.org plugin page, or go to the latest draft of package README file and check Usage section

Installation

Environment

Project was initially designed to be run over Node.js® 12.14.0 LTS, and that version is locked in .nvmrc file. There shouldn't be much troubles to run it on other version, but if there will be any please use nvm to switch to declared version of Node.js®.

$ nvm install
$ nvm use

Dependencies

The project uses npm as a package manager, so use only npm to install all project dependencies.

$ npm install

Development

$ npm run start

Examples

// TODO

Tests

The project contains configured eslint setup and test cases driven by jest. Before build should be run to make sure that every feature works well.

$ npm run lint
$ npm run test

Production

$ npm run build

License

Released under the MIT License. Copyright © 2019-2020 Arkadiusz S. Krauzowicz

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].