1.1.1 • Published 1 year ago

@glorious/taslonic-vue v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Taslonic Vue

Glorious components for Vue.

Usage

To get started with Taslonic in your Vue project, please refer to the instructions found on the Taslonic's Official Website.

Contributing

IMPORTANT: Run the following commands from repository root.

  1. Install Node. Download the "Recommend for Most Users" version.

  2. Clone the repo:

git clone git@github.com:glorious-codes/glorious-taslonic.git
  1. Go to the project directory
cd glorious-taslonic
  1. Install the project dependencies
npm install
  1. In one terminal tab run:
npm run build -w=packages/vue -- --watch
  1. In another run:
npm run start

Docs will be running on http://localhost:7000.

Tests

  1. Ensure that all code that you have added is covered with unit tests:
npm run test -w=packages/vue
  1. You can optionally generate coverage report after running tests:
npm run test -w=packages/vue -- --coverage
1.1.1

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago