@omni-door/tpl-spa-vue
Version:
The spa-vue project template
35 lines (29 loc) • 1.68 kB
Markdown
# 🐸 @omni-door/tpl-spa-vue
The spa-vue project template
[](https://www.npmjs.com/package/@omni-door/tpl-spa-vue)
[](https://badge.fury.io/js/%40omni-door%2Ftpl-spa-vue)
[](https://packagephobia.now.sh/result?p=%40omni-door%2Ftpl-spa-vue)
[](https://github.com/omni-door/tpls/blob/master/packages/tpl-spa-vue/LICENSE)
## Install
* Clone the repo: `git@github.com:omni-door/tpls.git`
* Install with [Npm](https://www.npmjs.com/package/@omni-door/tpl-spa-vue): `npm install @omni-door/tpl-spa-vue`
* Install with [Yarn](https://yarnpkg.com/en/package/@omni-door/tpl-spa-vue): `yarn add @omni-door/tpl-spa-vue`
## Templates
| folder | file |
| --- | --- |
| babel | configs/babel.config.js |
| commitlint | configs/commitlint.config.js |
| editor | .editorconfig |
| eslint | configs/.eslintrc.js |
| ignore | .eslintignore & .gitignore & .npmignore & .prettierignore |
| jest | configs/jest.config.js |
| new | the standard templates for `omni new` command |
| omni | configs/omni.config.js |
| package | package.json |
| prettier | configs/prettier.config.js |
| readme | README.md & README.zh-CN.md |
| source | the standard templates in `src` folder |
| stylelint | configs/stylelint.config.js |
| tsconfig | tsconfig.json |
| vsc | .vscode/settings.json |
| webpack | contain `wepack.config.common.js`, `wepack.config.dev.js`, `wepack.config.prod.js` files |