0.1.6 • Published 12 days ago

@supershift/mediakiwi-vue v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
12 days ago

Front-End Development Setup

Introduction

There are two front-end projects that you'll need to get up and running.

  • Sushi.MediaKiwi.Vue
  • Sushi.MediaKiwi.SampleWeb

Stack & Tools

Useful tools

Setup the Sushi.Mediakiwi.Vue library

Install the dependencies:

Install the dependencies for all projects by running the install command from the root of the repository. The postinstall script will install the node_modules on the sub projects.

npm install

Build the library

Build the Sushi.MediaKiwi.Vue library once or keep a watch going. This will create the /dist folder.

# Sushi.MediaKiwi.Vue
npm run build

# or

# Sushi.MediaKiwi.Vue
npm run build:watch

Link your local build

Use the npm link command in the Sushi.MediaKiwi.Vue folder to use your local codebase of Sushi.MediaKiwi.

# Sushi.MediaKiwi.Vue
npm link @supershift/mediakiwi-vue

Check if the link was made successful by running the following command.

# Sushi.MediaKiwi.Vue
npm ls -g --link=true

# Output: @supershift/mediakiwi-vue@0.0.x -> [local_path]\Sushi.MediaKiwi2\src\Sushi.MediaKiwi.Vue
0.1.6

12 days ago

0.1.5

14 days ago

0.1.4

1 month ago

0.1.3-beta.4

1 month ago

0.1.3-beta.5

1 month ago

0.1.3

2 months ago

0.1.1-beta.3

3 months ago

0.1.1-beta.2

3 months ago

0.1.1-beta.1

3 months ago

0.1.0

3 months ago

0.1.0-beta.13

4 months ago

0.1.0-beta.12

5 months ago

0.1.0-beta.11

5 months ago

0.1.0-beta.10

5 months ago

0.1.0-beta.9

5 months ago

0.1.0-beta.3

8 months ago

0.1.0-beta.5

7 months ago

0.1.0-beta.4

7 months ago

0.1.0-beta.1

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.1.0-beta.7

6 months ago

0.0.5

9 months ago

0.1.0-beta.6

7 months ago

0.1.0-beta.8

6 months ago

0.0.1

1 year ago