0.9.326 • Published 10 months ago

@starnetbih/six4win-console v0.9.326

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

six4win-console

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 six4win-console

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

npm install git@github.com:username/six4win-console.git

or

npm install https://some.git.server/username/six4win-console.git

If you want to install from local folder, don't do "npm install ../local/six4win-console/" 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 six4win-console In an application project's main file.

import * as myPlugin from 'six4win-console';
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.9.310

11 months ago

0.9.309

11 months ago

0.9.305

12 months ago

0.9.304

12 months ago

0.9.307

11 months ago

0.9.306

11 months ago

0.9.301

12 months ago

0.9.300

12 months ago

0.9.303

12 months ago

0.9.302

12 months ago

0.9.321

11 months ago

0.9.320

11 months ago

0.9.319

11 months ago

0.9.316

11 months ago

0.9.318

11 months ago

0.9.317

11 months ago

0.9.312

11 months ago

0.9.311

11 months ago

0.9.314

11 months ago

0.9.313

11 months ago

0.9.297

12 months ago

0.9.296

12 months ago

0.9.299

12 months ago

0.9.298

12 months ago

0.9.326

10 months ago

0.9.323

11 months ago

0.9.322

11 months ago

0.9.325

11 months ago

0.9.324

11 months ago

0.9.293

1 year ago

0.9.292

1 year ago

0.9.294

1 year ago

0.9.275

1 year ago

0.9.277

1 year ago

0.9.276

1 year ago

0.9.271

1 year ago

0.9.270

1 year ago

0.9.273

1 year ago

0.9.272

1 year ago

0.9.268

1 year ago

0.9.267

1 year ago

0.9.269

1 year ago

0.9.286

1 year ago

0.9.285

1 year ago

0.9.288

1 year ago

0.9.287

1 year ago

0.9.282

1 year ago

0.9.281

1 year ago

0.9.284

1 year ago

0.9.283

1 year ago

0.9.280

1 year ago

0.9.279

1 year ago

0.9.278

1 year ago

0.9.255

1 year ago

0.9.291

1 year ago

0.9.290

1 year ago

0.9.289

1 year ago

0.9.264

1 year ago

0.9.263

1 year ago

0.9.266

1 year ago

0.9.265

1 year ago

0.9.262

1 year ago

0.9.261

1 year ago

0.9.257

1 year ago

0.9.259

1 year ago

0.9.258

1 year ago

0.9.253

1 year ago

0.9.252

1 year ago

0.9.254

1 year ago

0.9.251

1 year ago

0.9.250

1 year ago

0.9.249

1 year ago

0.9.248

1 year ago

0.9.247

1 year ago

0.9.246

1 year ago

0.9.245

1 year ago

0.9.244

1 year ago

0.9.243

1 year ago

0.9.242

1 year ago