fof-style
A style lib use in fof-master
Install
Install with npm
npm install fof-style --save
npm install scss-bundle@2.5.1 -g
Usage
use in scss
@import '/path/node_modules/fof-style/dist/index.scss';
use in javascript
import 'fof-style/dist/index.css';
use in sass-resource-loader
resources: [
path.resolve(__dirname, '/project/node_modules/fof-style/dist/_variable.scss'),
]
If you are looking for an icon, you should open /project/node_modules/fof-style/dist/icon.html
develop
install dependencies
npm install // or cnpm install
run dev and watch file change
npm run dev
Build Setup
build index.scss into dist
gulp
or
npm run build
or in root
gulp build --n fof-style