1.4.1 • Published 2 years ago

@djp6/create-todo-demo v1.4.1

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

create-todo-demo

Create a todo-demo base on any latest frontend-specs

Usage

Using npm

$ npm init @djp6/todo-demo <project-name>
$ cd <project-name>
$ npm install
$ npm run dev

Using yarn:

$ yarn create @djp6/todo-demo <project-name>
$ cd <project-name>
$ yarn
$ yarn dev

Using npx:

$ npx @djp6/create-todo-demo <project-name>
$ cd <project-name>
$ npm install (or 'yarn')
$ npm run dev (or 'yarn dev')

Templates

Available templates:

  • vue3-vite (default)
  • react-hooks
  • nuxt-tailwind
  • vue3-setup-rfc-vite
  • react-native-expo

Scaffolding with specific template:

yarn create @djp6/todo-demo <project-name> --template[or '-t'] <template-name>
1.4.1

2 years ago

1.4.0

2 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago