Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@atoms-studio/create-nuxt-app

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atoms-studio/create-nuxt-app

An opinionated Create Nuxt App

latest
Source
npmnpm
Version
1.4.0-2.14.0
Version published
Maintainers
5
Created
Source

An opinionated Create Nuxt App

NPM version NPM downloads CircleCI

Usage

npx @atoms-studio/create-nuxt-app <my-project>
npm init @atoms-studio/nuxt-app <my-project>
yarn create @atoms-studio/nuxt-app <my-project>

Main differences from the official version

  • Support SCSS styles out of the box, with a default entry file in ~/assets/scss/app.scss
  • Different prompt default values:
    • Package manager: Npm (was Yarn)
    • UI framework: Tailwind CSS (was none)
    • Nuxt Modules: Axios, PWA (was none)
    • Linting tools: Eslint, Prettier, Lint stages files (was none)
    • devTools: jsconfig.json (was none)
  • -y / --yes cli flag to use default options in every prompt

Roadmap

✅Sass support out of the box
✅Update prompts default values
✅--yes flag
✅@nuxtjs/dotenv module
✅headless CMS options (Contentful, DatoCMS)
⬜️ ~/store/index.js
⬜️ ~/layouts/error.vue
⬜️ nuxt-i18n module
⬜️ nuxt-svg-loader
⬜️ ~/plugins/global-components.js
⬜️ netlify integration (netlify.toml, functions folder)
⬜️ storybook integration

Official docs

https://github.com/nuxt/create-nuxt-app

FAQs

Package last updated on 27 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts