semantic-ui-vue

v0.11.0
Semantic-UI Vue integration

start

webpack-dev-server --config config/webpack.docs.config.js --progress --colors --devtool eval-source-map

build:docs

webpack --mode=production --config config/webpack.docs.config.js --progress --colors

build:cjs

webpack --mode=production --config config/webpack.cjs.config.js --progress --colors

build:multi-cjs

webpack --mode=production --config config/webpack.multi-cjs.config.js --progress --colors

build:umd

webpack --mode=production --config config/webpack.umd.config.js --progress --colors

build:multi-umd

webpack --mode=production --config config/webpack.multi-umd.config.js --progress --colors

build:lib

yarn run build:umd && yarn run build:multi-umd && yarn run build:cjs && yarn run build:multi-cjs

prettier

prettier --check "**/*.{yml,md,json,html,js,jsx,vue}"

prettier:write

prettier --write "**/*.{yml,md,json,html,js,jsx,vue}"

eslint

eslint --ext .js,.jsx,.vue .

lint

yarn run eslint && yarn run prettier

report-coverage

codecov

test:update

jest --update-snapshot docs/__tests__/docs.spec.js

test

jest

semantic-release

semantic-release
npm i semantic-ui-vue

Metadata

  • MIT
  • Whatever
  • Mario Lamacchia
  • released 6/3/2020

Downloads

Maintainers