@omni-door/tpl-spa-vue
v2.9.16
Published
The spa-vue project template
Downloads
4,805
Readme
🐸 @omni-door/tpl-spa-vue
The spa-vue project template
Install
Clone the repo:
[email protected]:omni-door/tpls.git
Install with Npm:
npm install @omni-door/tpl-spa-vue
Install with Yarn:
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 |