Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 583 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 583 Bytes

create-nuxt3-app

A package to setup a nuxt 3 project from scratch.

Implementation is in progress at the moment, follow sidebase/sidebase#13 for progress updates.

Usage

We use lerna to manage our packages. To get started:

> npm i

# Initial bootstrap, install all sub-deps, see https://github.com/lerna/lerna/tree/main/commands/bootstrap
> npm run bootstrap

# Tests of all sub-packages
> npm run test

# Builds all sub-packages
> npm run build

# Publishes all _changed_ sub-packages
> npm run publish