Skip to content

Commit 0b35a64

Browse files
committed
chore(package.json): update repo details
1 parent 4428ff0 commit 0b35a64

File tree

2 files changed

+62
-13
lines changed

2 files changed

+62
-13
lines changed

README.md

Lines changed: 48 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,61 @@
1-
# nuxt-client
1+
# Nuxt Auth [![Software License][ico-license]](LICENSE.md) [![Build Status][ico-travis]][link-travis] [![Maintain ][ico-maintain]][link-repo]
22

3-
> Nuxt.js project
3+
## 🚀Quick Start
44

5-
## Build Setup
5+
- Git fork/clone
66

7-
``` bash
7+
```bash
8+
$ git clone https://github.com/alphaolomi/nuxtjs-auth.git
9+
```
10+
11+
```bash
812
# install dependencies
9-
$ npm install # Or yarn install
13+
$ yarn install # Or npm install
1014

1115
# serve with hot reload at localhost:3000
12-
$ npm run dev
16+
$ yarn run dev
1317

1418
# build for production and launch server
15-
$ npm run build
16-
$ npm start
19+
$ yarn run build
20+
$ yarn start
1721

1822
# generate static project
19-
$ npm run generate
23+
$ yarn run generate
2024
```
2125

2226
For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).
27+
28+
## Changelog
29+
30+
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
31+
32+
## Testing
33+
34+
```bash
35+
$ yarn test
36+
```
37+
38+
## Contributing
39+
40+
Pull requests are welcome. Please see [CONTRIBUTING](./.github/CONTRIBUTING.md) and [CODE_OF_CONDUCT](./.github/CODE_OF_CONDUCT.md) for details.
41+
42+
## Security
43+
44+
If you discover any security related issues, please email [[email protected]](mailto:[email protected]) instead of using the issue tracker.
45+
46+
## Credits
47+
48+
49+
- [All Contributors][link-contributors]
50+
51+
## License
52+
53+
The Apache 2 License. Please see [License File](LICENSE) for more information.
54+
55+
[ico-license]: https://img.shields.io/badge/license-Apache2-brightgreen.svg?style=flat-square
56+
[ico-travis]: https://img.shields.io/travis/alphaolomi/todo-in-vue/master.svg?style=flat-square
57+
[ico-maintain]: https://img.shields.io/badge/Maintained%3F-yes-green.svg?style=flat-square
58+
[link-travis]: https://travis-ci.org/alphaolomi/wazo
59+
[link-repo]: https://github.com/alphaolomi/forum
60+
[link-author]: https://github.com/alphaolomi
61+
[link-contributors]: ../../contributors

package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "nuxt-client",
2+
"name": "@alphao/nuxtjs-auth",
33
"version": "1.0.0",
4-
"description": "Nuxt.js project",
5-
"author": "KrunalLathiya <krunal@appdividend.com>",
4+
"description": "A minimal Nuxt Application with Authentification",
5+
"author": "Alpha Olomi <hello@alphaolomi.com>",
66
"private": true,
77
"scripts": {
88
"dev": "nuxt",
@@ -26,5 +26,15 @@
2626
"eslint-friendly-formatter": "4.0.1",
2727
"eslint-loader": "3.0.2",
2828
"eslint-plugin-vue": "5.2.3"
29-
}
29+
},
30+
"repository": {
31+
"type": "git",
32+
"url": "git+https://github.com/alphaolomi/nuxtjs-auth.git"
33+
},
34+
"keywords": [],
35+
"license": "Apache License",
36+
"bugs": {
37+
"url": "https://github.com/alphaolomi/nuxtjs-auth/issues"
38+
},
39+
"homepage": "https://github.com/alphaolomi/nuxtjs-auth#readme"
3040
}

0 commit comments

Comments
 (0)