vuechain
v1.0.0-beta.6
Published
Full stack build chain for large scale vue projects with typescript, sass and i18n support
Downloads
4
Readme
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