6.0.0 • Published 7 years ago

alexandria-adslot v6.0.0

Weekly downloads
28
License
MIT
Repository
github
Last release
7 years ago

DEPRECATED

This package is deprecated. All Alexandria components have been moved to Adslot UI

Alexandria

Project Status npm version Build Status codecov

A UI component library. By Adslot

Named after the Library of Alexandria

Technology:

Development

  • Take a look at our Contributing guidelines

  • Clone the repo: git clone git@github.com:Adslot/alexandria.git

  • Install yeoman globally: npm install -g yo OPTIONAL

  • Install NPM dependencies: npm i

  • Set-up git hooks

    rm -rf .git/hooks && cd .git/ && ln -s ../scripts/git-hooks hooks && chmod +x hooks/* && cd -

Commands

# Start for development

npm start

# Start the dev-server without automatic refresh

npm run start:cold

# Build the dist version

npm run dist

# Lint all files in src (also automatically run after tests)

npm run lint

# Run tests and posttest linting

npm run test

# Run tests and rebuild on file changes.

npm run test:watch

Generating New Components

yo react-webpack:component alexandria/component/name

This creates a new component, its stylesheet and a basic test case.

Most of the time you will want to add:

--stateless

That makes a stateless component (pure function, no internal state).

Build Profiling

To generate a profile: npm run profile

Upload the new stats.json file to Webpack Analyse Tool.

6.0.0

7 years ago

5.0.0

7 years ago

4.3.0

7 years ago

4.2.5

7 years ago

4.2.4

7 years ago

4.2.3

7 years ago

4.2.2

7 years ago

4.2.1

7 years ago

4.2.0

7 years ago

4.1.0

7 years ago

4.0.2

7 years ago

4.0.1

7 years ago

4.0.0

7 years ago

3.7.0

7 years ago

3.6.0

7 years ago

3.5.0

7 years ago

3.4.6

8 years ago

3.4.5

8 years ago

3.4.4

8 years ago

3.4.3

8 years ago

3.4.2

8 years ago

3.4.1

8 years ago

3.4.0

8 years ago

3.3.2

8 years ago

3.3.1

8 years ago

3.3.0

8 years ago

3.2.0

8 years ago

3.1.4

8 years ago

3.1.3

8 years ago

3.1.2

8 years ago

3.1.1

8 years ago

3.1.0

8 years ago

3.0.0

8 years ago

2.9.0

8 years ago

2.8.0

8 years ago

2.7.0

8 years ago

2.6.1

8 years ago

2.6.0

8 years ago

2.5.1

8 years ago

2.5.0

8 years ago

2.4.0

8 years ago

2.3.1

8 years ago

2.3.0

8 years ago

2.2.0

8 years ago

2.1.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.8.0

8 years ago

0.7.2

8 years ago

0.7.1

8 years ago

0.7.0

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago