/vuechain

Full stack build chain for large scale vue projects with typescript, sass and i18n support

Primary LanguageTypeScriptApache License 2.0Apache-2.0

VueChain

Full stack build chain for large scale vue projects with typescript, sass and i18n support

Quick Start

# Create a new package:
npx vuechain init my-package

# Develop:
npm start

# Build:
npm run build

Documentation