anepco-cotizador
v5.4.0
Published
[![Deploy Vue package](https://github.com/arlopezg/Cotizador-de-Anepco/actions/workflows/publish.yml/badge.svg)](https://github.com/arlopezg/Cotizador-de-Anepco/actions/workflows/publish.yml)
Downloads
16
Readme
Cotizador de Anuncios
Make inquiries to Anepco about ad pricing.
Features
- View online - this app is deployed after every merge to
main
thanks to Vercel. - Embedabble in any website, webapp or web framework thanks to Web Components.
- Published to NPM
- Distributed on Unpkg CDN
- Changelog available on Releases
- Remember to use Conventional Commits format!
Requirements
- Node 15 or above
Useful commands
- Install dependencies
npm install
- Start in development mode
There are a few ways to serve specific components. This is the default one, which serves all of them together:
npm start
Check the scripts
section in package.json
for more start
-type commands.
- Compile for deployments
# Local
npm run build:dev
# OR (before publishing package)
npm run build:wc
- Run unit tests
npm run test:unit
- References