0.18.0 • Published 4 years ago

@wat.ts/build v0.18.0

Weekly downloads
-
License
MPL-2.0
Repository
gitlab
Last release
4 years ago

wat.ts

https://gitlab.com/lexifry/wat.ts

wat.ts is a Web Application Toolkit for TypeScript.

It is a collection of packages usable together or separately to make it easier to create powerful, modern web applications with minimal configuration.

Getting started

The quickest way to get started with wat.ts is to create a new, empty project:

npx @wat.ts/new my-app

This will produce a new project with support for TypeScript, CSS and SCSS with automatic vendor prefixing and module support, hot module reloading, and polyfills for a few important features like Promises, Map, and Set.

You can also create a project that uses React for rendering:

npx @wat.ts/new my-app --template react

New projects come with a Makefile. Rather than complex JavaScript task runners or dumping your build process in package.json, wat.ts encourages the use of make for straightforward builds.

To start your project and hot reload all changes:

make serve

Your project will be accessible at http://localhost:8080/ by default.

When you are ready to deploy your project, build it for release:

make

This will optimize all assets for production, add content hashes to asset file names for easy far-future caching, and create a manifest.json file that maps local asset file names to their final built names.

0.18.0

4 years ago

0.17.0

4 years ago

0.16.3

4 years ago

0.16.2

4 years ago

0.16.0

4 years ago

0.16.1

4 years ago

0.15.5

5 years ago

0.15.4

5 years ago

0.15.1

5 years ago

0.14.0

5 years ago

0.13.0

5 years ago

0.12.9

5 years ago

0.12.8

5 years ago

0.12.7

5 years ago

0.12.6

5 years ago

0.12.5

5 years ago

0.12.4

5 years ago

0.12.3

5 years ago

0.12.2

5 years ago

0.12.1

5 years ago

0.12.0

5 years ago

0.11.5

5 years ago

0.11.4

5 years ago

0.11.2

5 years ago

0.11.1

5 years ago

0.11.0

5 years ago

0.10.2

5 years ago

0.10.1

5 years ago

0.10.0

5 years ago

0.9.1

5 years ago

0.9.0

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.4

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.0.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago