0.5.14 • Published 9 days ago

@michijs/dev-server v0.5.14

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

Michijs Dev Server

Development server built on top of esbuild.

npm license npm npm CodeQL Tests

Main features

  • Configure esbuild options with Typescript
  • First-class PWA support
  • Custom environments
  • Packages distribution

Getting started

You can use the following test project or setup a project from scratch:

npm install -D @michijs/dev-server

CLI commands

You have the following CLI commands:

Configure the server

To configure the server you just need to create an optional file called michi.config.ts at the root of your project. This file would look like this:

import { ServerConfig, ServerConfigFactory, DefaultEnvironment } from '@michijs/server';

export const config: ServerConfigFactory = (environment) => {
  const defaultConfig: ServerConfig = {
    // Your custom configuration
  }
  return defaultConfig;
};

export default config;

Esbuild default options

License

0.5.14

9 days ago

0.5.13

21 days ago

0.5.12

22 days ago

0.5.11

23 days ago

0.5.10

1 month ago

0.5.8

6 months ago

0.5.7

7 months ago

0.5.9

5 months ago

0.5.6

7 months ago

0.5.5

9 months ago

0.5.4

10 months ago

0.5.3

10 months ago

0.5.0

10 months ago

0.5.2

10 months ago

0.5.1

10 months ago

0.4.1

12 months ago

0.4.0

12 months ago

0.4.3

12 months ago

0.4.2

12 months ago

0.3.0

1 year ago

0.2.4-beta.0

1 year ago

0.3.2

1 year ago

0.2.3

1 year ago

0.3.1

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago