The spa-vue project template
-
Clone the repo:
git@github.com:omni-door/tpls.git
-
Install with Npm:
npm install @omni-door/tpl-spa-vue
-
Install with Yarn:
yarn add @omni-door/tpl-spa-vue
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 |