Open zoey-kaiser opened 2 years ago
Successfully published first alpha version for testing:
npx create-nuxt3-app@0.0.1-alpha.3
Tests:
npm ci
&& npm run dev
in version without github actionsnpm ci
&& npm run dev
in version with github actionsI tested it out with our PM @LukSteib, initial feedback and observations:
create-nuxt3-app
in the ascii fontcd
command should not have a leading slash -> that would imply cd-ing into a root folder which does not workcreate-nuxt3-app
is in early development. Initially it uses https://github.com/sidebase/sidebase as a nuxt 3 fullstack beaseline, but should soon support more different configurations"nuxt-session
readmeREADME.md
needs a bigger overhaul.
I implemented the requested changes:
You can see the readme here: https://www.npmjs.com/package/create-nuxt3-app
You can test the new messages with: npx create-nuxt3-app@0.0.1-alpha.4
Closes #3 Contributes to https://github.com/sidestream-tech/sidebase/issues/59
I decided to not finish the
with-server
option for release 0.1.0, as I am still struggling with a few issues that I will track in another issue. As discussed beforehand, we want to release an initial version to test the functionality after publishing, see how well it works and find any bugs we need to fix. Once we release this version we can begin focusing on adding new options (first beingwith-server
)