文件名称:litelement-website:基于Web组件的使用LitElement和TypeScript的单页应用程序(SPA)
文件大小:496KB
文件格式:ZIP
更新时间:2024-02-26 21:41:09
typescript spa single-page-app web-components rollup
LitElement网站 基于Web组件的单页应用程序(SPA),使用LitElement,用于导航的Vaadin路由器和TypeScript。 快速开始 首先,安装依赖项: npm install 开始预览应用程序Ñ npm run start 这将使用该应用程序打开默认浏览器。 剧本 start运行您的应用进行开发,重新加载文件更改 start:build在使用build命令构建应用之后运行它 build构建您的应用程序并将其输出到dist目录中 使用Karma test运行您的测试套件 lint为您的项目运行linter
【文件预览】:
litelement-website-master
----rollup.config.js(1KB)
----.storybook()
--------preview.js(328B)
--------main.js(357B)
----package.json(3KB)
----cypress()
--------plugins()
--------support()
--------tsconfig.json(207B)
--------videos()
--------integration()
--------fixtures()
----test()
--------blog-card.test.ts(2KB)
--------about.test.ts(766B)
----index.html(550B)
----LICENSE(1KB)
----package-lock.json(584KB)
----src()
--------admin()
--------shared()
--------analytics()
--------app.ts(977B)
--------about()
--------index.ts(2KB)
--------blog()
----.eslintrc.js(789B)
----custom-elements.json(570B)
----tsconfig.json(446B)
----.gitignore(172B)
----cypress.json(48B)
----karma.conf.js(769B)
----README.md(634B)
----.editorconfig(526B)