All Projects → Aiooioo → Dva Arcgis Cli

Aiooioo / Dva Arcgis Cli

A command-line tool extends dva-cli, with JavaScript API for ArcGIS.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Dva Arcgis Cli

Nowa Gui
Stars: ✭ 202 (+1583.33%)
Mutual labels:  webpack, dva
React Antd Dva
基于react + ant-design + dva + Mock 企业级后台管理系统最佳实践
Stars: ✭ 85 (+608.33%)
Mutual labels:  webpack, dva
Vue Custom Keyboard
A Vue.js component for custom keyboard. (vue自定义键盘组件/车牌号键盘组件)
Stars: ✭ 26 (+116.67%)
Mutual labels:  webpack
Electron Webpack Boilerplate
use webpack2 to bundle react app in electron
Stars: ✭ 11 (-8.33%)
Mutual labels:  dva
Albinotonnina.com
source-code
Stars: ✭ 837 (+6875%)
Mutual labels:  webpack
Awesome Javascript Interviews
Popular JavaScript / React / Node / Mongo stack Interview questions and their answers. Many of them, I faced in actual interviews and ultimately got my first full-stack Dev job :)
Stars: ✭ 939 (+7725%)
Mutual labels:  webpack
Online Bling
Stars: ✭ 9 (-25%)
Mutual labels:  webpack
Javascript Fullstack Simple
Follow this tutorial using this link
Stars: ✭ 26 (+116.67%)
Mutual labels:  webpack
Generator Infinitely Static
💫 Static page generator with routes support thats infinitely awesome
Stars: ✭ 11 (-8.33%)
Mutual labels:  webpack
Vivo Shop
基于vue2.0+实现的vivo移动端商城(vue+vuex-ruoter+axios)
Stars: ✭ 846 (+6950%)
Mutual labels:  webpack
Adfs managers
This is site (web-app) to manage teams and statistic for ADFS
Stars: ✭ 10 (-16.67%)
Mutual labels:  webpack
Entry Loader
An entry chunk loader for webpack.
Stars: ✭ 8 (-33.33%)
Mutual labels:  webpack
Feflow
🚀 A command line tool aims to improve front-end engineer workflow and standard, powered by TypeScript.
Stars: ✭ 942 (+7750%)
Mutual labels:  webpack
Deprecated
🚀 Framework for building universal web app and static website in Vue.js (beta)
Stars: ✭ 858 (+7050%)
Mutual labels:  webpack
Vk Music
VK audio player
Stars: ✭ 26 (+116.67%)
Mutual labels:  webpack
Flow Bin Loader
webpack loader for Flow
Stars: ✭ 11 (-8.33%)
Mutual labels:  webpack
Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (+116.67%)
Mutual labels:  webpack
Angular Builders
Angular build facade extensions (Jest and custom webpack configuration)
Stars: ✭ 843 (+6925%)
Mutual labels:  webpack
Express
Express + Sequelize + Winston + Jasmine + TypeScript + Webpack MVC Boilerplate
Stars: ✭ 9 (-25%)
Mutual labels:  webpack
Front End Stack
Starter kit for building single-page app using React, Redux, RxJS, Reselect, Material UI, Immer, Prettier and Webpack.
Stars: ✭ 11 (-8.33%)
Mutual labels:  webpack

dva-arcgis-cli

A command-line tool extends dva-cli, with JavaScript API for ArcGIS, using esri-loader.

Using the latest ArcGIS JavaScript API version 4.6. Also compatible with 3.x. (For example: version 3.23)

Getting Started

Install, create and start.

# Install
$ npm install dva-arcgis-cli -g

# Create app
$ dva-arcgis new myapp

# Start app
$ cd myapp
$ npm start

Commands

We have 2 commands: new, init.

dva-arcgis new [options]

Create app with new directory.

Usage Examples

$ dva-arcgis new myapp
$ dva-arcgis new myapp --full
$ dva-arcgis new myapp --no-install

options

  • --full -- A brand new boilerplate with full features Recommand
  • --no-install -- Disable npm install after files created

dva-arcgis init [options]

Create app in current directory. It's options is the same as dva-arcgis new.

Configuration

dva-arcgis-cli use roadhog for build and server, view roadhog#Configuration (中文版) for details.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].