Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-nuxt-typo3

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-nuxt-typo3

Create a TYPO3 baed on Nuxt.js App in seconds.

  • 0.7.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Create TYPO3 Nuxt App

NPM version NPM downloads CircleCI

Create a Nuxt.js project in seconds

This is a fork of create-nuxt-app

Preview

preview

Usage

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

npx create-nuxt-typo3 <my-project>

Or starting with npm v6.1 you can do:

npm init nuxt-typo3 <my-project>

Or with yarn:

yarn create nuxt-typo3 <my-project>

Features :tada:

  1. Choose the package manager
    • Yarn
    • Npm
  2. Choose programming language
    • JavaScript
    • TypeScript
  3. Choose your favorite UI framework:
  4. Choose between integrated server-side frameworks:
  5. Choose the runtime for TypeScript (if you choose TypeScript)
  6. Choose Nuxt.js modules:
  7. Choose linting tools:
  8. Check the features needed for your project:
  9. Choose your favorite test framework:
  10. Choose rendering mode

CLI Options

--edge

Alias: -e.

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

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

Or

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

Or

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

--info

Alias: -i. Print out debugging information relating to the local environment and exit.

--help

Alias: -h. Show the help information and exit, include: usage, command and all cli options.

--verbose

Show debug logs

--version

Alias: -v. Show version number and exit.

Credits

FAQs

Package last updated on 24 Jan 2023

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc