@optimuscms/theme
v0.4.2
Published
A collection of components and styles which are the building blocks of Optimus CMS.
Readme
Optimus Theme
A collection of components and styles which are the building blocks of Optimus CMS.
Installation
# npm
npm install @optimuscms/theme --save
# yarn
yarn add @optimuscms/themeJavascript
import OptimusTheme from '@optimuscms/theme';
Vue.use(OptimusTheme, { vuexStore });SCSS
@import '~@optimuscms/theme/dist/styles.css';Usage
// todo
License
The MIT License (MIT). Please see License File for more information.
