Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunesimonsen/dependable-rollup-config
Opinionated rollup config for @dependable/view
https://github.com/sunesimonsen/dependable-rollup-config
Last synced: about 1 month ago
JSON representation
Opinionated rollup config for @dependable/view
- Host: GitHub
- URL: https://github.com/sunesimonsen/dependable-rollup-config
- Owner: sunesimonsen
- License: mit
- Created: 2022-06-24T06:09:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T11:19:08.000Z (11 months ago)
- Last Synced: 2024-10-08T23:19:52.495Z (about 1 month ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Opinionated rollup config for @dependable/view
## Install
```sh
# npm
npm install -D rollup @dependable/rollup-config# yarn
yarn add -D rollup @dependable/rollup-config
```## Usage
You need this structure in your application:
- package.json
- public
- index.html
- favicon.icoThe index.html can import any JavaScript ES6 modules.
Then you can build a dist folder for the project using rollup:
```sh
rollup -c node:@dependable/rollup-config
```## License
MIT License
Copyright (c) 2022 Sune Simonsen [email protected]
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.