0.1.201 • Published 8 months ago

@starnetbih/quicksix-console v0.1.201

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
8 months ago

s4w-player

This project is bootstrapped by aurelia/new.

Start dev web server

npm start

Note this plugin project comes with a dev-app. The above command starts the dev app in dev-app/ folder. The plugin source code is in src/ folder.

Build the plugin in production modern

npm run build

It builds plugin into dist/index.js file.

Note when you do npm publish or npm pack to prepare the plugin package, it automatically run the above build command by the prepare script defined in your package.json "scripts" section.

Consume the plugin

If your plugin is published to npm or a private registry, just install the plugin package.json

npm install s4w-player

If you want to directly use plugin's git repo.

npm install git@github.com:username/s4w-player.git

or

npm install https://some.git.server/username/s4w-player.git

If you want to install from local folder, don't do "npm install ../local/s4w-player/" as the folder's node_modules/ will cause webpack to complain about duplicated dependency like "@aurelia/metadata".

In this plugin's folder, do

npm pack

This will pack the plugin into s4w-player In an application project's main file.

import * as myPlugin from 's4w-player';
Aurelia
  // Load all exports from the plugin
  .register(myPlugin)
  .app(MyApp)
  .start();

Unit Tests

npm run test

Run unit tests in watch mode.

npm run test:watch

Analyze webpack bundle

npm run analyze
0.1.190

9 months ago

0.1.192

8 months ago

0.1.191

9 months ago

0.1.197

8 months ago

0.1.199

8 months ago

0.1.194

8 months ago

0.1.193

8 months ago

0.1.196

8 months ago

0.1.195

8 months ago

0.1.201

8 months ago

0.1.200

8 months ago

0.1.181

10 months ago

0.1.180

10 months ago

0.1.187

9 months ago

0.1.186

9 months ago

0.1.189

9 months ago

0.1.188

9 months ago

0.1.183

10 months ago

0.1.185

9 months ago

0.1.184

10 months ago

0.1.179

10 months ago

0.1.178

10 months ago

0.1.176

10 months ago

0.1.177

10 months ago

0.1.157

11 months ago

0.1.159

11 months ago

0.1.154

11 months ago

0.1.153

11 months ago

0.1.156

11 months ago

0.1.155

11 months ago

0.1.172

11 months ago

0.1.150

11 months ago

0.1.171

11 months ago

0.1.174

11 months ago

0.1.152

11 months ago

0.1.173

11 months ago

0.1.151

11 months ago

0.1.169

11 months ago

0.1.147

11 months ago

0.1.149

11 months ago

0.1.148

11 months ago

0.1.165

11 months ago

0.1.164

11 months ago

0.1.167

11 months ago

0.1.166

11 months ago

0.1.161

11 months ago

0.1.160

11 months ago

0.1.163

11 months ago

0.1.162

11 months ago

0.1.146

12 months ago

0.1.144

12 months ago