URL: https://homata.github.io/brownbag/
店舗のランチマップをアプリです。
誰でも触れるように、シンプルなJSで記述してます。
- jQuery - https://jquery.com/
- Onsen UI - https://ja.onsen.io/
- leaflet - https://leafletjs.com/
- Install Nodejs from Nodejs Official Page
- Open your terminal
- Navigate to the project
- Run
npm install
oryarn install
if you use Yarn - Run
npm run dev
oryarn serve
to start a local development server - A new tab will be opened in your browser
You can also run additional npm tasks such as
npm run deploy
push to send it to the gh-pages branch on GitHub.
Compiles and hot-reloads for development
npm run serve
- Source code is under MIT license.
- Copyright (c) 2020 @homata (https://twitter.com/homata)