6.0.0 • Published 8 years ago

alexandria-adslot v6.0.0

Weekly downloads
28
License
MIT
Repository
github
Last release
8 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

8 years ago

5.0.0

8 years ago

4.3.0

8 years ago

4.2.5

8 years ago

4.2.4

8 years ago

4.2.3

8 years ago

4.2.2

8 years ago

4.2.1

8 years ago

4.2.0

8 years ago

4.1.0

8 years ago

4.0.2

9 years ago

4.0.1

9 years ago

4.0.0

9 years ago

3.7.0

9 years ago

3.6.0

9 years ago

3.5.0

9 years ago

3.4.6

9 years ago

3.4.5

9 years ago

3.4.4

9 years ago

3.4.3

9 years ago

3.4.2

9 years ago

3.4.1

9 years ago

3.4.0

9 years ago

3.3.2

9 years ago

3.3.1

9 years ago

3.3.0

9 years ago

3.2.0

9 years ago

3.1.4

9 years ago

3.1.3

9 years ago

3.1.2

9 years ago

3.1.1

9 years ago

3.1.0

9 years ago

3.0.0

9 years ago

2.9.0

9 years ago

2.8.0

9 years ago

2.7.0

9 years ago

2.6.1

9 years ago

2.6.0

9 years ago

2.5.1

9 years ago

2.5.0

9 years ago

2.4.0

9 years ago

2.3.1

9 years ago

2.3.0

9 years ago

2.2.0

9 years ago

2.1.0

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.3.0

9 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago

0.8.0

10 years ago

0.7.2

10 years ago

0.7.1

10 years ago

0.7.0

10 years ago

0.5.1

10 years ago

0.5.0

10 years ago

0.3.5

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago