[Alban 🔥] Create a Stéréosuper Nuxt.js App like a beast
Make sure you have npx installed (npx
is shipped by default since npm 5.2.0
)
npx create-longue-vue <my-project>
Or starting with npm v6.1 you can do:
npm init longue-vue <my-project>
Or with yarn:
yarn create longue-vue <my-project>
- Choose your package manager 👌
- Yarn
- Npm
- Choose your Netlify environment value:
- Production 🚀
- Preproduction 💅
- Developement 🔨
- Choose your CMS:
- DatoCMS 😘
- Prismic 💪
- None 🤔
- Choose your custom features :
- Choose Stéréorepo modules (Sac is included by default):
- Customize Sac configuration:
- Choose some packages:
Alias: -h
. Show the help information and exit, include: usage, command and all cli options.
Show debug logs
Alias: -v
. Show version number and exit.
You can update your package version by running npm version
.
npm version [<newversion> | major | minor | patch
This command will only update your package, not publish it to npm.
To publish a new version of your package you just have to run npm publish
.
npm publish
This command, unlike the preceding, will publish your new version on your npm repo.