moeforms-base-components
v1.3.0
Published
A collection of common user interface components for moe forms
Downloads
25
Keywords
Readme
forms-components
Getting Started
$ npm install
$ ember s
Troubleshooting
Failed to stat
?, trysudo rm -rf tmp/
and thenember s
- Sometimes when installing packages you may get
ENOENT: no such file or directory, rename '.../.dezalgo.DELETE'
, try deleting the package-lock.json and trying again (https://github.com/npm/npm/issues/17444)
Development
This app uses service workers, and therefore the browser won't always reload new assets on page refresh. In order to force Chrome to download the new assets everytime:
- Open the developer tools (command + shift + i)
- Go to the "Application" tab
- Go to the "Service Workers" tab
- Check the "Update on Reload" option