文件名称:vuejs-boilerplate:开发Vue.js应用程序的样板
文件大小:305KB
文件格式:ZIP
更新时间:2024-02-20 21:13:58
stylelint sass boilerplate babel circleci
Vue.js样板 用法 git clone https://github.com/kurosame/vuejs-boilerplate.git npm install 任务 npm start # Run webpack-dev-server npm run start:e2e # Run webpack-dev-server for E2E test npm run start:mock # Run mock npm run start:server # Run server npm run start:server:e2e # Run server for E2E test npm run build # Build for development npm run build:production # Build for production npm test # Unit test (Jest + vue-test-utils) npm run t
【文件预览】:
vuejs-boilerplate-master
----.babelrc(493B)
----stories()
--------containers()
--------components()
----.storybook()
--------config.js(306B)
--------addons.js(77B)
--------middleware.js(228B)
--------webpack.config.js(2KB)
----package.json(3KB)
----test()
--------unit()
--------e2e()
----assets()
--------favicon.png(12KB)
--------favicon.ico(4KB)
----jest.config.js(777B)
----LICENSE(1KB)
----package-lock.json(1.1MB)
----src()
--------sfc.d.ts(72B)
--------App.vue(295B)
--------containers()
--------index.html(193B)
--------routes.ts(130B)
--------components()
--------index.ts(359B)
--------vuex()
----.eslintrc.js(64B)
----tsconfig.json(608B)
----stylelint.config.js(67B)
----.gitignore(86B)
----webpack.config.js(3KB)
----.browserslistrc(171B)
----.circleci()
--------config.yml(3KB)
----.huskyrc.js(154B)
----cypress.json(291B)
----README.md(1KB)
----.eslintignore(17B)
----fixtures()
--------mock.json(65B)
----.vscode()
--------launch.json(261B)