7.1.0 • Published 6 months ago

presetter-preset-web v7.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 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

  • šŸ’„ PostCSS 8
  • šŸ’Ø TailwindCSS 3

Quick Start

FULL DOCUMENTATION IS AVAILABLE HERE

1. Bootstrap your project with presetter-preset-web

On your project root, create a presetter.config.ts file with the following content:

// presetter.config.ts

import { preset } from 'presetter';
import essentials from 'presetter-preset-essentials';
import web from 'presetter-preset-web';

export default preset('project name', {
  // NOTE
  // you may need an additional preset like presetter-preset-rollup for typescript support and other basic toolings
  extends: [essentials, web],
  override: {
    // override the configuration here
  },
});

Then, install your project as usual with npm install or any package manager you prefer.

2. 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 include more configuration files if you also installed other presets.

NOTE You will notice there's no additional configuration file on your root folder like other presets such as presetter-preset-essentials. 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
 ā”œā”€ presetter.config.ts
 ā”œā”€ node_modules
 └─ package.json

Customization

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

However, you can further customize (either extending or replacing) the configuration by specifying the changes in the config file presetter.config.ts.

NOTE: You may want to use other presets together with presetter-preset-web to setup your project.

5.0.0

12 months ago

6.1.0

7 months ago

6.0.0

8 months ago

6.2.0

6 months ago

7.0.0

6 months ago

7.0.2

6 months ago

7.1.0

6 months ago

7.0.1

6 months ago

4.7.2

1 year ago

4.7.1

1 year ago

4.7.0

1 year ago

4.6.0

1 year ago

4.5.0

2 years ago

4.4.1

2 years ago

4.4.0

2 years ago

4.3.1

2 years ago

4.4.2

2 years ago

4.3.0

2 years ago

4.2.0

2 years ago

4.1.0

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

4.1.2

2 years ago

4.1.1

2 years ago

3.5.3

2 years ago

3.5.2

2 years ago

3.5.1

2 years ago

3.5.5

2 years ago

3.5.4

2 years ago

3.5.0

3 years ago

3.4.0

3 years ago

3.3.0

3 years ago

3.2.0

3 years ago

3.4.1

3 years ago

3.1.1

4 years ago

3.1.0

4 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago