Skip to content

arktosk/vue-jss-plugin

Repository files navigation


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