4.7.2 β€’ Published 2 months ago

presetter-preset-web v4.7.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Logo

πŸ„πŸ» A collection of opinionated configurations for a web project in typescript for presetter

‒   Quick Start   ‒   Project Structure   ‒   Customization   ‒   Scripts   ‒

npm build maintainability coverage security dependencies license

Features

presetter-preset-web is an opinionated preset for you to setup some common tools for a web project in a fraction of time you usually take via presetter

  • πŸ•ΈοΈ GraphQL 15
  • πŸ’„ PostCSS 8
  • πŸ’¨ TailwindCSS 2

Quick Start

FULL DOCUMENTATION IS AVAILABLE HERE

  1. Bootstrap your project with presetter-preset-esm & presetter-preset-web
npx presetter use presetter-preset presetter-preset-web

That's. One command and you're set.

  1. Develop and run life cycle scripts provided by the preset

At this point, all development packages specified in the preset are installed, and now you can try to run some example life cycle scripts (e.g. run prepare).

Demo

Project Structure

After installation, your project file structure should resemble the following or with more configuration files if you also installed other presets such as presetter-preset-esm.

NOTE You will notice there's no additional configuration file on your root folder like other presets such as presetter-preset-esm. It's because presetter-preset-web is a bundle only preset, meaning it only helps you to install the development packages specified in this preset only.

(root)
 β”œβ”€ .git
 β”œβ”€ .presetterrc.json
 β”œβ”€ node_modules
 └─ package.json

Customization

As a bundle only preset, it offers no further customization.

However, you are still required to specify the preset name in .presetterrc or .presetterrc.json as the interface below.

NOTE: You may want to use other presets together with presetter-preset-web to setup your project, specify the presets in .presetterrc or .presetterrc.json as well and checkout their available customization.

interface PresetterRC {
  /** name(s) of the preset e.g. "presetter-preset-web" or ["presetter-preset-esm", "presetter-preset-web", "presetter-preset-react"] */
  name: string | string[];
}
4.7.2

2 months ago

4.7.1

2 months ago

4.7.0

2 months ago

4.6.0

4 months ago

4.5.0

4 months ago

4.4.1

7 months ago

4.4.0

7 months ago

4.3.1

7 months ago

4.4.2

7 months ago

4.3.0

8 months ago

4.2.0

8 months ago

4.1.0

10 months ago

4.0.1

11 months ago

4.0.0

11 months ago

4.1.2

10 months ago

4.1.1

10 months ago

3.5.3

1 year ago

3.5.2

1 year ago

3.5.1

1 year ago

3.5.5

1 year ago

3.5.4

1 year ago

3.5.0

2 years ago

3.4.0

2 years ago

3.3.0

2 years ago

3.2.0

2 years ago

3.4.1

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago