密码
构建设置
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
有关工作原理的详细说明,请查看 。
拉诺
Laravel + Nuxt.js模板
对于打字稿支持,请签出分支。
剧本
# *** Global ***
# development build with nuxt dev server with hot reloading
npm run dev
# production build
npm run build
# perform tests
npm run test
# find linting errors
npm run lint
# autofix linting erro
Web组件monorepo-演示
THIS MONOREPO IS USED TO TEST USE OF WEB COMPONENTS, LERNA AND HOW PUBLISHING TO NPM WORKS.
创建了monorepo来使用lerna,nuxt,next和纯HTML5测试Web组件设置。 我正在开发有关项目组织和结构的想法。 哪种文件夹结构最适合最大。 灵活性和效率? monorepo方法如何工作? 什么时候LERNA有帮助?
组件,加载程序和实用程序功能使用相同的名称