0.2.35 • Published 6 years ago

sym-components v0.2.35

Weekly downloads
157
License
-
Repository
github
Last release
6 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

6 years ago

0.2.34

6 years ago

0.2.33

6 years ago

0.2.32

6 years ago

0.2.31

6 years ago

0.2.30

6 years ago

0.2.29

6 years ago

0.2.28

6 years ago

0.2.27

6 years ago

0.2.26

6 years ago

0.2.25

6 years ago

0.2.24

6 years ago

0.2.23

6 years ago

0.2.22

6 years ago

0.2.21

6 years ago

0.2.20

6 years ago

0.2.19

6 years ago

0.2.18

6 years ago

0.2.17

6 years ago

0.2.16

6 years ago

0.2.15

6 years ago

0.2.14

6 years ago

0.2.13

6 years ago

0.2.11

6 years ago

0.2.10

6 years ago

0.2.9

6 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago