3.4.0 • Published 3 years ago

create-li-app v3.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

create-li-app

Scaffolding Your Li Project with Vite Or Webpack

Compatibility Note: Vite requires Node.js version >=12.0.0.

With NPM:

$ npm init li-app

With Yarn:

$ yarn create li-app

Then follow the prompts!

You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Vite + Vue project, run:

npm init li-app my-project --template vue

cd my-project

npm install
npm run dev

Currently supported template presets include:

  • vanilla
  • vue
  • vue-ts
  • react
  • react-ts
  • preact
  • preact-ts
  • lit-element
  • lit-element-ts
  • vue2-microapp
3.4.0

3 years ago

3.3.0

3 years ago

3.2.0

3 years ago

3.1.1

3 years ago

3.1.0

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.0.2

3 years ago