1.1.1 • Published 5 years ago

semantic-ui-theme v1.1.1

Weekly downloads
12
License
MIT
Repository
github
Last release
5 years ago

Semantic UI Customizations

This repository contains custom styling to be used across all our applications i.e. accelerate and the front-end applications

Prerequisites

Node

Minimum version: 8

  • Confirm you have node installed by running node -v.

  • If you didn't get a version number above, install node and confirm with a node -v once the install is complete.

Gulp

Minimum version: 3.9.1

  • Confirm you have gulp globally installed by running gulp -v. A positive result is seeing a CLI and Local version printed

  • If you don't have gulp installed, run npm install --global gulp. Confirm it has installed successfully with the step before this.

Setup

  • Ensure you have cloned this repository following the directory structure specified.

  • From inside the cloned repo, run

    npm  install
  • The npm install, as of this writing, will warn of vulnerable packages installed

    added 891 packages from 454 contributors and audited 9790 packages in 67.378s
    found 5 vulnerabilities (1 low, 4 high)
    • This is a known and expected issue that we don't have control over.
  • You should be able to run gulp build and gulp watch

What does what

  • gulp build

    • This takes every theme based on the theme.config file and creates (or populates) a dist directory with font, image css and js assets for every component in semantic.
    • It also builds general css and js assets (both minified and pretty) containing styling and behaviour for every component
    • This is great for generating production asseets.
  • gulp watch

    • This keeps track of your src folder, any changes made in it automatically triggers a build on the components and themes affected.
    • This is perfect for development.

Where is what

  • src/themes/masschallenge

    • This contains our custom theme
  • src/theme.config

    • This is where we define what our custom styles will apply to i.e. buttons, modals, checkboxes
  • dist/

    • Output js and css to be used on web pages are built into this directory
1.1.1

5 years ago

1.1.0

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.100

5 years ago

1.0.17

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago