https://github.com/studiometa/create-nuxt-project
A generator to kickstart your Nuxt project in a few seconds! ⚡
https://github.com/studiometa/create-nuxt-project
Last synced: 9 months ago
JSON representation
A generator to kickstart your Nuxt project in a few seconds! ⚡
- Host: GitHub
- URL: https://github.com/studiometa/create-nuxt-project
- Owner: studiometa
- License: mit
- Archived: true
- Created: 2020-01-24T09:34:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T13:22:58.000Z (about 2 years ago)
- Last Synced: 2025-01-14T17:59:39.439Z (over 1 year ago)
- Language: JavaScript
- Size: 562 KB
- Stars: 5
- Watchers: 9
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create Nuxt Project
[](https://www.npmjs.com/package/@studiometa/create-nuxt-project)
[](https://david-dm.org/studiometa/create-nuxt-project)
[](https://david-dm.org/studiometa/create-nuxt-project?type=dev)
> A generator to kickstart your Nuxt project in a few seconds! ⚡
## Usage
Run the following command to bootstrap a WordPress project using Studio Meta's tools and workflows:
```bash
npx @studiometa/create-nuxt-project
```
## Documentation
This tool will generate a Nuxt project setup with our favorite tools at [Studio Meta](https://github.com/studiometa). It includes:
- The [@nuxtjs/axios](https://axios.nuxtjs.org/) module
- The [@nuxtjs/dotenv](https://github.com/nuxt-community/dotenv-module) module
- The [@nuxtjs/pwa](https://pwa.nuxtjs.org/) module
- [Tailwind CSS](https://tailwindcss.com/) via [@nuxtjs/tailwindcss](https://github.com/nuxt-community/nuxt-tailwindcss) and our custom configuration [@studiometa/tailwind-config](https://github.com/studiometa/tailwind-config)
- Linting via [ESLint](https://eslint.org/) and [Prettier](https://prettier.io/) with our custom configurations [@studiometa/eslint-config](https://github.com/studiometa/eslint-config) and [@studiometa/prettier-config](https://github.com/studiometa/prettier-config)
- Linting via [StyleLint](https://stylelint.io/) and [Prettier](https://prettier.io/) with our custom configuration [@studiometa/stylelint-config](https://github.com/studiometa/stylelint-config)
- Tests with [Jest](https://jestjs.io/) and [@vue/test-utils](https://vue-test-utils.vuejs.org/)
- [GitLab CI](https://docs.gitlab.com/ee/ci/) or [Github Actions](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/about-github-actions) to run tests
## Contributing
This project's branches are managed with [Git Flow](https://github.com/petervanderdoes/gitflow-avh), every feature branch must be merged into develop via a pull request.