1.0.0 • Published 5 years ago
@paybook/glass-widget v1.0.0
Campaigns Widget
test Comment added to test pipeline
This widget is built on top of Vue framework
Set Up Local Development Environment
1. Install Dependencies
npm i
2. Setting Up Theme Variables
If you're working locally updating Theme Variables and want for your local environment to listen for changes automatically just run:
npm run theme-watch
If are not going to work with Theme Variables, then just run this command: (Only needed the first time)
npm run theme-build
3. Bootstrap Local Server
Execute:
npm run serve
Other Commands
Debug in VS Code
Intall extension for chrome, if you don't have it yet.
Run vuejs:chrome debug
Compiles and minifies for production
npm run build
Run your tests
npm run test
Lints and fixes files
npm run lint
Run your end-to-end tests
npm run test:e2e
Run your unit tests
npm run test:unit
Customize configuration
1.0.0
5 years ago