create-nuxt-typo3

0.7.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i create-nuxt-typo3

Weekly Downloads

16

Version

0.7.0

License

MIT

Unpacked Size

149 kB

Total Files

104

Last publish

Collaborators

  • mercs600