Location of motorhome builder in Japan.
This project purpose is demonstration of web development by +Li, Inc.
It has almost the same design as the native application.
Riot.js made it possible.
I am strongly influenced by iOS development.
It is a list of motorhome builder in Japan. They make cars for residence rather than camping. As far as I know.
Someday I will develop from this demonstration. It might make a site handling motorhome information.
I long for motorhome.
Someday I’d like to make a nice motorhome I saw at Pintarest. Based on TOYOTA QuickDelivery.
Please see here
brew install npm
npm install -g gulp
npm install
First, create a file named .env.
vi .env
Please provide the following information.
GOOGLE_MAP_API_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
GOOGLE_ANALYTICS_ID=UA-XXXXXXXXXX-X
gulp
or Shortcut in VSCode, Command + Shift + B.
iOS Frameworks | Web |
---|---|
UIAppDelegate & UIViewController | riot |
Interface Builder(.xib) | riot .tag file |
NSNotificationCenter | riot-observable |
UINavigationController | riot-nav |
UITabBarController | riot-tab |
NSDate & NSDateFormatter | moment.js |
NSLocalizedString | i18next.js |
Xcode | VSCode |
Xcode ToolChain | gulp & rollup |
CocoaPods | npm |
Auto Layout | CSS |
Universal Link | riot-route |
I appreciate everyone who wrote these wonderful OSS.