create-li-app

3.4.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i create-li-app

Weekly Downloads

3

Version

3.4.0

License

MIT

Unpacked Size

615 kB

Total Files

95

Last publish

Collaborators

  • eniumeng