Skip to content

Commit c718a8e

Browse files
committed
README updated
1 parent 8289eed commit c718a8e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ They're not just freshly created projects but a fully working application that c
1414
* Route management with Vue-router
1515
* Authentication with JWT
1616
* Keep user signed in using local stored info
17-
* HTTP requests with Axios
18-
* ESList, no semi-colons
17+
* HTTP requests with (https://github.com/mzabriskie/axios)[Axios]
18+
* ESLint
1919
* Pagination integrated with Laravel's LengthAwarePaginator
20+
* Alerts and Confirmation Alerts provided by SweetAlert
2021
2. Server side
2122
* Laravel 5.3
2223
* Authentication with JWT

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "codecasts-spa-boilerplate",
2+
"name": "codecasts-spa-starter-kit",
33
"version": "1.0.0",
4-
"description": "Client for Codecast's SPA boilerplate",
4+
"description": "Client for Codecast's SPA Starter Kit",
55
"author": "Fabio Vedovelli <[email protected]>",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)