Install the ACME CLI
Before proceeding, make sure your computer has Node.js installed. See these instructions to set up an environment for Acme.Before you begin, please make sure the below are set in the properties file:
| Name | Notes |
|---|---|
| Options | Set each option as a property directly on the component. |
| Mode | For different styles based upon the mode, you can target the slides in the CSS |
| Pager | Use the pagination property instead. Requires installation of the Pagination module. |
| Scroll | You can continue to use the scrollbar property, just be sure to install the Scrollbar module first. |
| List | Set list component as 'true' wherever it is needed |
Install the Acme CLI with npm:
npm install -g @acme/cli
If there was a previous installation of the Ionic CLI, it will need to be uninstalled due to a change in package name.
$ npm uninstall -g acme
$ npm install -g @acme/cli