Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miolab/js_pure_front
JavaScript フロントまわり技術の再整理用メモ
https://github.com/miolab/js_pure_front
Last synced: about 2 months ago
JSON representation
JavaScript フロントまわり技術の再整理用メモ
- Host: GitHub
- URL: https://github.com/miolab/js_pure_front
- Owner: miolab
- Created: 2020-06-19T00:35:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T00:15:18.000Z (almost 4 years ago)
- Last Synced: 2023-03-05T22:17:18.519Z (almost 2 years ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [WIP] JavaScript (pure) / Dev Front Memo
JavaScript フロントまわり技術の再整理用メモ
- **素** の JS + JSライブラリ でコードを書いていく(なるべく)
---
## Projects
- [Jest](https://github.com/miolab/js_pure_front/tree/master/axios)
- [axios/](https://github.com/miolab/js_pure_front/tree/master/axios)
- Reference
- [GitHub](https://github.com/axios/axios)
- Setup
```terminal
$ yarn add axios
```- [guessing_card_game/](https://github.com/miolab/js_pure_front/tree/master/guessing_card_game)
---
## Other Links
- [typescript_memo](https://github.com/miolab/typescript_memo)
TypeScript 開発関連メモ
- [nuxt_axios](https://github.com/miolab/nuxt_axios)
Nuxt.js で API 非同期通信を実装してみるリポジトリ
- [nuxt_hello_world](https://github.com/miolab/nuxt_hello_world)
Nuxt.js のお試しで Hello World するリポジトリ
- [vuejs_axios_api](https://github.com/miolab/vuejs_axios_api)
Vue.js や axios でいろいろやってみるリポジトリ
- [vue_trial](https://github.com/miolab/vue_trial)
Vue.js (vue/cli 4 系)開発環境の、Dockerfile / docker-compose.yml による構築用リポジトリ
- [node_sample](https://github.com/miolab/node_sample)
Node.js 関係いろいろ
- [node_docker](https://github.com/miolab/node_docker)
Node.js 開発用 Docker コンテナ