1.0.0-beta-11 • Published 2 years ago

error-modal v1.0.0-beta-11

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Update Cart Contents

See main README.md for intended functionality of this package.

Development

Node version: v14.17.6 (recommend using NVM to manage Node version.)

Install Dependencies:

npm install

The index.html file is provided for development purposes only.

The project can be run locally using the below command:

npm run serve

This will watch the source files and rebuild them upon changes, as well as start a local webserver serving the index.html page.

This project uses Lit as the component library, which builds on top of Web Components Standards.

Formatting

Prettier is installed in this project. Consider setting Prettier to format on save in your IDE.

Build

Code for distribution is build using Rollup.

To build the project, run the below command

npm run build

This will start a local development server at http://localhost:8000/