TYPO3-Headless / create-nuxt-typo3

A npm package to kickstart new frontend PWA project based on nuxt-typo3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 🎉

  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

About

A npm package to kickstart new frontend PWA project based on nuxt-typo3

License:MIT License


Languages

Language:JavaScript 69.1%Language:Vue 30.2%Language:Shell 0.6%Language:SCSS 0.2%