nuxt-js-boiler:适用于大型可扩展项目的Nuxt.js样板

时间:2021-04-30 00:49:24
【文件属性】:
文件名称:nuxt-js-boiler:适用于大型可扩展项目的Nuxt.js样板
文件大小:546KB
文件格式:ZIP
更新时间:2021-04-30 00:49:24
JavaScript 适用于大型可扩展项目的Nuxt.js样板 在Vue + Nuxt.js上开发项目中解决头痛的方法。 作为平台 开发UI组件的 (与eslint和stylelint规则不冲突) 生产资产优化: 和 Webpack Vue 准备的基本组件和文件结构 带有ESLint,Stylelint和Prettier检查的Git-hooks 入门 环境 先决条件: Node.js v12.x.x + Npm v6.x.x + 安装依赖 要初始化项目,您应该通过以下方式从package-lock.json文件安装依赖项: npm ci 启动开发版本 要启动Nuxt开发服务器: npm run app:dev 然后打开http://localhost:3000 。 启动Storybook开发版本 要启动Storybook开发服务器: npm run storybook:dev 然后打开h
【文件预览】:
nuxt-js-boiler-master
----.templatemanrc.js(1KB)
----pages()
--------index.vue(1009B)
--------README.md(286B)
----nuxt.config.js(2KB)
----services()
--------Api.js(10KB)
--------README.md(308B)
----utils()
--------url.js(1KB)
--------env.js(280B)
--------storybook.js(268B)
--------README.md(293B)
--------enums.js(227B)
----store()
--------README.md(316B)
----styles()
--------README.md(1KB)
--------resources()
--------storybook.scss(318B)
--------base.scss(982B)
--------vendor()
----.eslintrc.js(1KB)
----layouts()
--------default.vue(329B)
--------README.md(177B)
----middleware()
--------README.md(299B)
----.storybook()
--------main.js(1KB)
--------preview.js(547B)
--------components()
----components()
--------README.md(121B)
--------Header()
----.stylelintrc.js(1KB)
----jsconfig.json(212B)
----CONTRIBUTING.md(3KB)
----plugins()
--------README.md(230B)
----LICENSE(1KB)
----README.md(2KB)
----webpack()
--------shared.js(3KB)
--------README.md(164B)
----.editorconfig(207B)
----templates()
--------component-export-module.tm(60B)
--------component.tm(276B)
--------component-stories.tm(590B)
--------README.md(91B)
----.gitignore(1KB)
----.prettierrc.js(359B)
----.gitlab-ci.yml(474B)
----CHANGELOG.md(1KB)
----package-lock.json(819KB)
----package.json(2KB)
----static()
--------favicon.ico(1KB)
--------assets()
--------README.md(435B)

网友评论