0.0.2 • Published 1 year ago

create-eunchurn-app v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago
> npx create-eunchurn-app my-app

? description Hello. This is my app
? Author name Eunchurn Park
? Author email eunchurn@eunchurn.io
? License MIT
? Package manager to use for installing packages from npm pnpm

Usage

npx create-eunchurn-app <name>
npm init eunchurn-app <name>
yarn create eunchurn-app <name>

Templates

npx create-eunchurn-app <name> --template=<template>

default

Default TypeScript App

npx create-eunchurn-app <name>

vanilla-ts

Minimum setting for VanillaJS, HTML webpage required NodeJS version over 12.x

  • VanillaJS
  • Typescript
  • Webpack
  • Pure CSS
  • Autoprefixer (postcss-loader)
  • Assets(public)
  • Browser Sync (dev web server)
  • Minimization(Image, HTML, CSS, JS) on production
  • gh-pages Deployment
npx create-eunchurn-app <name> --template=vanilla-ts