Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirqe/fidgettoys
https://github.com/kirqe/fidgettoys
firebase jekyll vue
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kirqe/fidgettoys
- Owner: kirqe
- Created: 2017-01-08T14:25:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-19T13:31:31.000Z (about 7 years ago)
- Last Synced: 2024-11-14T10:17:15.712Z (3 months ago)
- Topics: firebase, jekyll, vue
- Language: HTML
- Homepage:
- Size: 5.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Что-то вроде небольшого статического магазина для небольших нужд с возможностью обновлять товар без необходимости делать коммиты.
Можно хостить на gh-pages.jekyll, vue, firebase
![](./_screens/home_1.png)
[скриншоты](./_screens)### fb
Создать аккаунт на firebase и добавить бд.
Добавить `Authentication` через email и password и создать нового пользователя.### index
Обновить следующие строки в `public/js/app.js`
Яндекс кнопки: 26 - карта, 30 - кошелек
А так же ссылку на бд - строка 57.
### admin
Обновить config в `public/js/admin.js` - Строки 2-7
А так же ссылку на бд - строка 174
Так же стоит обновить все файлы в папке `_includes/`
```
jekyll servelocalhost:4000/admin // после авторизации можно добавлять товары
```Пример item
```json
"-KhU5PvSsRV4Vki5Ro8x": {
"description": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod.
",
"img": "http://i.imgur.com/12345.jpg",
"price": "3500",
"quantity": "9",
"title": "SP #002"
}
```![](./_screens/admin.png)