Socket
Book a DemoInstallSign in
Socket

@geospoc/create-geoqi-app

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@geospoc/create-geoqi-app

Create a GeoQi app.

unpublished
latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
3
Created
Source

Create GeoQi App

NPM version NPM downloads CircleCI

Create a GeoQi app based on Nuxt.js in seconds!

Preview

preview

Usage

Make sure you have npx installed (npx is shipped by default since npm 5.2.0)

npx @geospoc/create-geoqi-app <my-project>

Or starting with npm v6.1 you can do:

npm init geoqi-app <my-project>

Features :tada:

  • Choose between integrated server-side frameworks:
    • None (Nuxt default server)
    • Express
  • Check the features needed for your project:
  • Choose your favorite UI framework:
    • None (feel free to add one later)
    • Tailwind
  • Choose your favorite Mapping library:
  • Choose your favorite test framework:

Optional

To install nuxt-edge instead of nuxt, add the command line flag --edge:

npx @geospoc/create-geoqi-app <my-project> --edge

Or

npm init geoqi-app <my-project> --edge

Credits

FAQs

Package last updated on 02 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts