# restackx-injector

> 实例注入

Latest version **1.0.1** (published 2018-03-14) · 0 weekly downloads

## Install

```sh
npm install restackx-injector
pnpm add restackx-injector
yarn add restackx-injector
bun add restackx-injector
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2018-03-14 |
| First published | 2018-03-14 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 11.7 KB |
| Known vulnerabilities | 0 (+6 in 1 direct dependencies) |
| Install scripts | no |
| Author | hibad |
| Maintainers | hibad |

## Links

- npm: https://www.npmjs.com/package/restackx-injector
- npm.io page: https://npm.io/package/restackx-injector

## Dependencies (2)

- [serve](https://npm.io/package/serve.md) ^6.4.8
- [date-fns](https://npm.io/package/date-fns.md) ^1.28.5

## Recent versions

- 1.0.1 (latest) — 2018-03-14

## README

# rollup-starter-app

This repo contains a bare-bones example of how to create an application using Rollup, including importing a module from `node_modules` and converting it from CommonJS.

*See also https://github.com/rollup/rollup-starter-lib*


## Getting started

Clone this repository and install its dependencies:

```bash
git clone https://github.com/rollup/rollup-starter-app
cd rollup-starter-app
npm install
```

The `public/index.html` file contains a `<script src='bundle.js'>` tag, which means we need to create `public/bundle.js`. The `rollup.config.js` file tells Rollup how to create this bundle, starting with `src/main.js` and including all its dependencies, including [date-fns](https://date-fns.org).

`npm run build` builds the application to `public/bundle.js`, along with a sourcemap file for debugging.

`npm start` launches a server, using [serve](https://github.com/zeit/serve). Navigate to [localhost:5000](http://localhost:5000).

`npm run watch` will continually rebuild the application as your source files change.

`npm run dev` will run `npm start` and `npm run watch` in parallel.

## License

[MIT](LICENSE).

---
_Source: https://npm.io/package/restackx-injector · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
