# unicorn-login-component

> A Vue 2.0 login component

Latest version **1.0.1** (published 2017-05-02) · 0 weekly downloads

## Install

```sh
npm install unicorn-login-component
pnpm add unicorn-login-component
yarn add unicorn-login-component
bun add unicorn-login-component
```

## 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 | 2017-05-02 |
| First published | 2017-04-27 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 4.0.0 |
| Dependencies | 5 |
| Known vulnerabilities | 0 (+26 in 2 direct dependencies) |
| Install scripts | no |
| Author | Manuel Alesini |
| Maintainers | yugo82 |

## Links

- npm: https://www.npmjs.com/package/unicorn-login-component
- npm.io page: https://npm.io/package/unicorn-login-component

## Dependencies (5)

- [vue](https://npm.io/package/vue.md) ^2.2.6
- [vuex](https://npm.io/package/vuex.md) ^2.3.1
- [axios](https://npm.io/package/axios.md) ^0.16.1
- [vue-router](https://npm.io/package/vue-router.md) ^2.3.1
- [vee-validate](https://npm.io/package/vee-validate.md) ^2.0.0-beta.25

## Recent versions

- 1.0.1 (latest) — 2017-05-02
- 1.0.0 — 2017-05-02
- 0.0.9 — 2017-04-28
- 0.0.8 — 2017-04-27
- 0.0.7 — 2017-04-27
- 0.0.6 — 2017-04-27
- 0.0.5 — 2017-04-27
- 0.0.4 — 2017-04-27
- 0.0.3 — 2017-04-27
- 0.0.2 — 2017-04-27
- 0.0.1 — 2017-04-27

## README

# unicorn-login-component

> a Vue.js 2.0 login project

## Build Setup

Clone the repo and then install the server submodule and dependencies.

``` bash
# Submodule init
git submodule update --init

# install server dependencies
cd server
npm install

# install app dependencies
cd ..
npm install
```

Once the application scripts are in place, start the server by using:

``` bash
# Server with hot reload at localhost:3333
npm run server
```

Afterwards, open a second Terminal window and run:

``` bash
# App with hot reload at localhost:8080
npm run dev
```

If you want a minified version for Prod:

``` bash
# build for production with minification
npm run build
```

## Install Setup

The unicorn-login-component is now a public npm package. Follow the steps listed below in order to import it to your project.

``` bash
# Install the component
npm install --save unicorn-login-component

# Once in your app, open a component and import the unicorn-login-component by declaring
import Login from 'unicorn-login-component'

# Then tell your app to use it
components: {
  Login
}

# Finally, declare the Login inside your component template
<login></login>
```

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