Motivation
yeoman is too complex, while vue-cli is more than a scaffolding tool and lacks of some important features like unit testing, so I made SAO, basically it combines the powerful features of yeoman and the simplicity of vue-cli.
SAO is compatible with:
- Regular git repo (simply download it)
- SAO template as git repo
- SAO template as npm package
- SAO template in local folder
⚡ ️Both repo and npm package can be used offline.
Quick Start
yarn global add sao
sao egoist/template-next new-project
sao next new-project
For detailed usage please head to https://sao.js.org
Related
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Author
sao © EGOIST, Released under the MIT License.
Authored and maintained by EGOIST with help from contributors (list).
egoist.moe · GitHub @egoist · Twitter @_egoistlily