Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

formfunfunction/fff-create-app

 
 

Repository files navigation

fff Create App

NPM version NPM downloads GitHub Action

Create a Nuxt.js project in seconds

Usage

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

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

Or starting with npm v6.1 you can do:

npm init create-fff-nuxt-app@latest <my-project>

Or with yarn:

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

Features 🎉

  1. Nuxt.js modules:
  2. Linting tools:
  3. Testing framework:
  4. Rendering mode
  5. Deployment target
  6. Development tools

CLI Options

--edge

Alias: -e.

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

npx @formfunfunction/create-app <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.

--overwrite-dir

Overwrite the target directory.

Credits

About

Create Nuxt.js App in seconds.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 52.6%
  • SCSS 28.5%
  • Vue 12.2%
  • TypeScript 6.1%
  • Shell 0.6%