File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ See the [Features](#features) for more functionalities
23
23
- [ modules] ( ./functions/modules ) : Shared types and functions between front-end and back-end (firebase-functions and nuxt serverMiddleware)
24
24
- [ types-module] ( ./functions/modules/types-module ) : has all shared types (enums, interfaces, constants)
25
25
- [ handlers-module] ( ./functions/modules/handlers-module ) : has all express handlers. Also, has all backend services like firebase-admin and firestore
26
- - src: the source of the functions
26
+ - ` src ` : the source of the functions
27
27
- [ src] ( ./src ) : nuxt application
28
28
29
29
``` shell script
@@ -138,8 +138,11 @@ See the [Features](#features) for more functionalities
138
138
- [x] sms
139
139
- [x] uuid
140
140
- [x] slug
141
- - [ ] better formatting
142
- - [ ] backend contracts in a npm package
141
+ - [x] better formatting
142
+ - [x] tslint
143
+ - [x] eslint
144
+ - [x] linting before ` build`
145
+ - [x] backend contracts in a npm package
143
146
144
147
Have a look [Trello Board](https://trello.com/b/6JN23G7A/boiler-plate) for more coming functionality
145
148
@@ -288,6 +291,7 @@ npm run dev
288
291
- https://www.robinwieruch.de/firebase-facebook-login
289
292
- https://qiita.com/simochee/items/e5b77af4aa36bd0f32e5
290
293
- https://buefy.org/extensions/veevalidate
294
+ - https://github.com/nicolasbeauvais/vue-social-sharing
291
295
292
296
## Contribution
293
297
You can’t perform that action at this time.
0 commit comments