{"id":13392831,"url":"https://github.com/nuxt/create-nuxt-app","last_synced_at":"2025-04-10T03:43:25.956Z","repository":{"id":37390630,"uuid":"99351826","full_name":"nuxt/create-nuxt-app","owner":"nuxt","description":"Create Nuxt.js App in seconds.","archived":false,"fork":false,"pushed_at":"2023-12-27T19:58:28.000Z","size":6116,"stargazers_count":3486,"open_issues_count":149,"forks_count":430,"subscribers_count":49,"default_branch":"master","last_synced_at":"2024-10-29T14:35:24.318Z","etag":null,"topics":["nuxt"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nuxt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":["nuxt"]}},"created_at":"2017-08-04T14:39:28.000Z","updated_at":"2024-10-24T14:27:25.000Z","dependencies_parsed_at":"2024-01-13T18:24:27.123Z","dependency_job_id":"3bb6f091-4c26-44f0-ad62-deebaf60d593","html_url":"https://github.com/nuxt/create-nuxt-app","commit_stats":{"total_commits":725,"total_committers":114,"mean_commits":6.359649122807017,"dds":0.6993103448275861,"last_synced_commit":"2f58b48a9e1fb3f78c465569e8441313cfc89642"},"previous_names":["nuxt-community/create-nuxt-app"],"tags_count":64,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fcreate-nuxt-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fcreate-nuxt-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fcreate-nuxt-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fcreate-nuxt-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuxt","download_url":"https://codeload.github.com/nuxt/create-nuxt-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248154965,"owners_count":21056541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nuxt"],"created_at":"2024-07-30T17:00:37.843Z","updated_at":"2025-04-10T03:43:25.733Z","avatar_url":"https://github.com/nuxt.png","language":"JavaScript","funding_links":["https://github.com/sponsors/nuxt"],"categories":["Nuxt.js","JavaScript","Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Create Nuxt App\n\n[![NPM version](https://img.shields.io/npm/v/create-nuxt-app.svg?style=flat)](https://npmjs.com/package/create-nuxt-app)\n[![NPM downloads](https://img.shields.io/npm/dm/create-nuxt-app.svg?style=flat)](https://npmjs.com/package/create-nuxt-app)\n[![GitHub Action](https://github.com/nuxt/create-nuxt-app/workflows/ci/badge.svg?branch=master)](https://github.com/nuxt/create-nuxt-app/actions?query=branch%3Amaster++)\n\n\u003e Create a [Nuxt.js](https://nuxtjs.org) project in seconds\n\n## Usage\n\nMake sure you have [npx](https://www.npmjs.com/package/npx) installed (`npx` is shipped by default since [npm](https://www.npmjs.com/get-npm) `5.2.0`)\n\n```bash\nnpx create-nuxt-app \u003cmy-project\u003e\n```\n\nOr starting with npm v6.1 you can do:\n\n```bash\nnpm init nuxt-app@latest \u003cmy-project\u003e\n```\n\nOr with [yarn](https://yarnpkg.com/en/):\n\n```bash\nyarn create nuxt-app \u003cmy-project\u003e\n```\n\n## Features :tada:\n\n1. Package manager\n    - Yarn\n    - Npm\n1. Programming language\n    - JavaScript\n    - TypeScript\n1. UI framework:\n    - None (feel free to add one later)\n    - [Ant Design Vue](https://github.com/vueComponent/ant-design-vue)\n    - [BalmUI](https://material.balmjs.com/)\n    - [Bootstrap](https://github.com/bootstrap-vue/bootstrap-vue)\n    - [Buefy](https://buefy.org)\n    - [Chakra UI](https://github.com/chakra-ui/chakra-ui-vue)\n    - [Element](https://github.com/ElemeFE/element)\n    - [Oruga](https://oruga.io/)\n    - [Primevue/](https://www.primefaces.org/primevue/)\n    - [Tachyons](https://github.com/tachyons-css/tachyons)\n    - [Tailwind CSS](https://github.com/tailwindcss/tailwindcss)\n    - [Windi CSS](https://github.com/windicss/windicss)\n    - [Vant](https://github.com/youzan/vant)\n    - [View UI](https://www.iviewui.com/)\n    - [Vuetify](https://github.com/vuetifyjs/vuetify)\n1. Template engine\n    - HTML\n    - Pug\n1. Nuxt.js modules:\n    - [Axios - Promise based HTTP client](https://github.com/nuxt-community/axios-module)\n    - [Progressive Web App (PWA)](https://github.com/nuxt-community/pwa-module)\n    - [Content - Git-based headless CMS](https://github.com/nuxt/content)\n1. Linting tools:\n    - [ESLint](https://github.com/nuxt/eslint-config)\n    - [Prettier](https://github.com/prettier/prettier)\n    - [Lint staged files](https://github.com/okonet/lint-staged)\n    - [StyleLint](https://github.com/stylelint/stylelint)\n    - [Commitlint](https://github.com/conventional-changelog/commitlint)\n1. Testing framework:\n    - None\n    - [Jest](https://github.com/facebook/jest)\n    - [AVA](https://github.com/avajs/ava)\n    - [WebdriverIO](https://webdriver.io)\n    - [Nightwatch](https://nightwatchjs.org)\n1. Rendering mode\n    - [Universal (SSR / Static)](https://nuxtjs.org/docs/features/rendering-modes#server-side-rendered-sites-and-static-sites)\n    - [SPA](https://nuxtjs.org/docs/features/rendering-modes#client-side-rendering-only)\n1. Deployment target\n    - [Server (Node.js hosting)](https://nuxtjs.org/docs/configuration-glossary/configuration-target)\n    - [Static (Static/JAMStack hosting)](https://nuxtjs.org/docs/configuration-glossary/configuration-target)\n1. Development tools\n    - [jsconfig.json](https://code.visualstudio.com/docs/languages/jsconfig)\n    - [Semantic PR](https://probot.github.io/apps/semantic-pull-requests/)\n    - [Dependabot (for GitHub only)](https://dependabot.com/)\n1. Continuous Integration\n    - [GitHub Actions](https://github.com/features/actions)\n    - [Travis CI](https://travis-ci.com)\n    - [CircleCI](https://circleci.com)\n\n## CLI Options\n\n### `--edge`\n\nAlias: `-e`.\n\nTo install [nuxt-edge](https://www.npmjs.com/package/nuxt-edge) instead of [nuxt](https://www.npmjs.com/package/nuxt), add the command line option `--edge`:\n\n```bash\nnpx create-nuxt-app \u003cmy-project\u003e --edge\n```\n\nOr\n\n```bash\nnpm init nuxt-app \u003cmy-project\u003e --edge\n```\n\nOr\n\n```bash\nyarn create nuxt-app \u003cmy-project\u003e --edge\n```\n\n### `--info`\n\nAlias: `-i`. Print out debugging information relating to the local environment and exit.\n\n### `--help`\n\nAlias: `-h`. Show the help information and exit, include: usage, command and all cli options.\n\n### `--verbose`\n\nShow debug logs\n\n### `--version`\n\nAlias: `-v`. Show version number and exit.\n\n### `--overwrite-dir`\n\nOverwrite the target directory.\n\n## Credits\n\n- [egoist](https://github.com/egoist)\n- [clarko](https://github.com/clarkdo)\n- All our contributors ([list](https://github.com/nuxt/create-nuxt-app/contributors)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt%2Fcreate-nuxt-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuxt%2Fcreate-nuxt-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt%2Fcreate-nuxt-app/lists"}