0.9.326 • Published 8 months ago

@starnetbih/six4win-console v0.9.326

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
8 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

9 months ago

0.9.309

9 months ago

0.9.305

10 months ago

0.9.304

10 months ago

0.9.307

9 months ago

0.9.306

9 months ago

0.9.301

10 months ago

0.9.300

10 months ago

0.9.303

10 months ago

0.9.302

10 months ago

0.9.321

9 months ago

0.9.320

9 months ago

0.9.319

9 months ago

0.9.316

9 months ago

0.9.318

9 months ago

0.9.317

9 months ago

0.9.312

9 months ago

0.9.311

9 months ago

0.9.314

9 months ago

0.9.313

9 months ago

0.9.297

10 months ago

0.9.296

10 months ago

0.9.299

10 months ago

0.9.298

10 months ago

0.9.326

8 months ago

0.9.323

9 months ago

0.9.322

9 months ago

0.9.325

9 months ago

0.9.324

9 months ago

0.9.293

10 months ago

0.9.292

10 months ago

0.9.294

10 months ago

0.9.275

11 months ago

0.9.277

11 months ago

0.9.276

11 months ago

0.9.271

11 months ago

0.9.270

11 months ago

0.9.273

11 months ago

0.9.272

11 months ago

0.9.268

11 months ago

0.9.267

11 months ago

0.9.269

11 months ago

0.9.286

11 months ago

0.9.285

11 months ago

0.9.288

11 months ago

0.9.287

11 months ago

0.9.282

11 months ago

0.9.281

11 months ago

0.9.284

11 months ago

0.9.283

11 months ago

0.9.280

11 months ago

0.9.279

11 months ago

0.9.278

11 months ago

0.9.255

12 months ago

0.9.291

11 months ago

0.9.290

11 months ago

0.9.289

11 months ago

0.9.264

12 months ago

0.9.263

12 months ago

0.9.266

12 months ago

0.9.265

12 months ago

0.9.262

12 months ago

0.9.261

12 months ago

0.9.257

12 months ago

0.9.259

12 months ago

0.9.258

12 months ago

0.9.253

12 months ago

0.9.252

12 months ago

0.9.254

12 months ago

0.9.251

12 months ago

0.9.250

12 months ago

0.9.249

12 months ago

0.9.248

12 months ago

0.9.247

12 months ago

0.9.246

12 months ago

0.9.245

12 months ago

0.9.244

12 months ago

0.9.243

12 months ago

0.9.242

12 months ago