Skip to content

Commit

Permalink
Merge branch 'release/v0.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
jualoppaz committed Jan 24, 2020
2 parents 15b1a55 + 72e61e1 commit 5a74c24
Show file tree
Hide file tree
Showing 14 changed files with 16,382 additions and 15,294 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist/*
11 changes: 11 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"root": true,
"env": {
"node": true
},
"extends": ["plugin:vue/essential", "eslint:recommended", "airbnb-base"],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
}
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# single-spa-auth-app

This is a Vue application example used as NPM package in [single-spa-login-example-with-npm-modules](https://github.com/jualoppaz/single-spa-login-example-with-npm-modules) in order to register an application. See the installation instructions there.

## ✍🏻 Motivation

This is a vue application built as library which only contains the login form in order to perform the required login.

## 💻 Run in localhost

This application is designed especially for be integrated in [single-spa-login-example-with-npm-modules](https://github.com/jualoppaz/single-spa-login-example-with-npm-modules), but if you want you can run only this application following this steps:

```
npm install
```

```
npm run serve
```

Finally you only have to open [http://localhost:8080](http://localhost:8080) in a browser to see the app running
6 changes: 3 additions & 3 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}
'@vue/cli-plugin-babel/preset',
],
};
30,087 changes: 15,066 additions & 15,021 deletions dist/single-spa-auth-app.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/single-spa-auth-app.umd.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 5a74c24

Please sign in to comment.