Socket
Socket
Sign inDemoInstall

@geospoc/create-frontend-app

Package Overview
Dependencies
287
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @geospoc/create-frontend-app

Create an awesome Vue web app in seconds.


Version published
Maintainers
2
Created

Readme

Source

Create Frontend App

NPM version NPM downloads CircleCI

Create a Nuxt.js project in seconds

Preview

preview

Usage

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

npx create-nuxt-app <my-project>

Or starting with npm v6.1 you can do:

npm init nuxt-app <my-project>

Or with yarn:

yarn create nuxt-app <my-project>

Features :tada:

  1. Choose between integrated server-side frameworks:
  2. Check the features needed for your project:
  3. Choose your favorite UI framework:
  4. Choose your favorite test framework:

Optional

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

npx create-nuxt-app <my-project> --edge

Or

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

Or

yarn create nuxt-app <my-project> --edge

Credits

FAQs

Last updated on 16 May 2019

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc