0.0.2 • Published 3 years ago
create-eunchurn-app v0.0.2
> 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 pnpmUsage
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-pagesDeployment
npx create-eunchurn-app <name> --template=vanilla-ts