# lievue

> Admin UI

Latest version **1.0.3** (published 2019-01-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install lievue
pnpm add lievue
yarn add lievue
bun add lievue
```

## 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.3 |
| Published | 2019-01-22 |
| First published | 2019-01-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 8 |
| Dependencies | 2 |
| Unpacked size | 5.2 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | TS Code |
| Maintainers | ts-code |
| Keywords | bootstrap, css, dashboard, framework, front-end, responsive, webapp |

## Links

- npm: https://www.npmjs.com/package/lievue
- Repository: https://github.com/ts-code/lievue
- Homepage: https://ts-code.com
- Issues: https://github.com/ts-code/lievue/issues
- npm.io page: https://npm.io/package/lievue

## Dependencies (2)

- [bootstrap](https://npm.io/package/bootstrap.md) ^4.2.1
- [@babel/polyfill](https://npm.io/package/@babel/polyfill.md) ^7.2.5

## Alternatives

- [@sveltejs/kit](https://npm.io/package/@sveltejs/kit.md) — 2.2M weekly downloads
- [@atlaskit/theme](https://npm.io/package/@atlaskit/theme.md) — 402.0K weekly downloads
- [@tangle-network/brand](https://npm.io/package/@tangle-network/brand.md) — 10.0K weekly downloads
- [seneca](https://npm.io/package/seneca.md) — 7.4K weekly downloads
- [@bsb/base](https://npm.io/package/@bsb/base.md) — 7.2K weekly downloads

## Recent versions

- 1.0.3 (latest) — 2019-01-22
- 1.0.1 — 2019-01-22

## README

# LieVue - Admin  Bootstrap 4
## Installation

Several options are available:

### Clone repo

``` bash
$ git clone https://github.com/ts-code/lie-vue.git
```

### NPM

``` bash
$ npm install ts-code/lievue --save
```


## Usage

### CSS

Copy-paste the stylesheet `<link>` into your `<head>` before all other stylesheets to load our CSS.

``` html
<link rel="stylesheet" href="node_modules/ts-code/lievue/dist/css/lievue.min.css">
```

### JS

Many of our components require the use of JavaScript to function. Specifically, they require [jQuery](https://jquery.com), [Popper.js](https://popper.js.org/), [Bootstrap](https://getbootstrap.com) and our own JavaScript plugins. Place the following `<script>`s near the end of your pages, right before the closing `</body>` tag, to enable them. jQuery must come first, then Popper.js, then Bootstrap, and then our JavaScript plugins.

``` html
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/popper.js/dist/umd/popper.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="node_modules/ts-code/lievue/dist/js/lievue.min.js"></script>
```

## What's included

Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:

```
lievue/
├── build/
├── dist/
├── js/
└── scss/
```

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