0.2.35 • Published 7 years ago

sym-components v0.2.35

Weekly downloads
157
License
-
Repository
github
Last release
7 years ago

Welcome to sym-components

A collection of Vue.js components implementing the Material Design specifications.

Current stable version:

npm version

CircleCI

Components

You can install the components using NPM as following:

npm install --save sym-components

Here is the current list of available components.

Project Structure

The Project is structured in the following way:

  • build
    • all build configuration files
  • config
    • various configuration files for build, test and deployment
  • dist
    • compiled version of the entire project (for dev and test)
  • docs
    • documentation and samples
  • src
    • source code including components and samples
  • test
    • unit tests of each component

Build Setup

The following configurations can be used for development or to publish the component library.

Development

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev
# OR
npm start

Test

# run unit tests
npm run unit
# OR
npm test

Node Publish

# create a new npm user if needed
npm adduser

# login to npm
npm login

# publish
npm publish

Use the .npmignore file to ignore all files that are not needed for the deployment version.

to deploy

npm run build (npm run prepublish) npm publish

0.2.35

7 years ago

0.2.34

7 years ago

0.2.33

7 years ago

0.2.32

7 years ago

0.2.31

7 years ago

0.2.30

7 years ago

0.2.29

7 years ago

0.2.28

7 years ago

0.2.27

7 years ago

0.2.26

7 years ago

0.2.25

7 years ago

0.2.24

7 years ago

0.2.23

7 years ago

0.2.22

7 years ago

0.2.21

7 years ago

0.2.20

7 years ago

0.2.19

7 years ago

0.2.18

7 years ago

0.2.17

7 years ago

0.2.16

8 years ago

0.2.15

8 years ago

0.2.14

8 years ago

0.2.13

8 years ago

0.2.11

8 years ago

0.2.10

8 years ago

0.2.9

8 years ago

0.2.8

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago