文件名称:wiki-demoserver-frontend:Wiki演示服务器使用Angular实现的前端
文件大小:35KB
文件格式:ZIP
更新时间:2024-03-03 09:07:37
TypeScript
Wikidocs-前端 这是的前端。 它使用实现。 此回购用于演示和学习。 没有后端服务器,功能会受到限制。 克隆并构建 使用以下命令克隆仓库: git clone https://github.com/jon-ryan/wiki-demoserver-frontend.git 确保已安装npm。 然后安装依赖项: npm install 使用在端口8080上运行的后端服务器运行dev build: ng serve --open --proxy-config proxy.config.json 构建产品,从后端服务器提供文件: ng build 构建文件将存储在dist文件夹中。 要运行完整的服务器,还请遵循的自述文件中描述的步骤。
【文件预览】:
wiki-demoserver-frontend-main
----tsconfig.spec.json(333B)
----proxy.config.json(133B)
----src()
--------main.ts(372B)
--------index.html(290B)
--------polyfills.ts(3KB)
--------environments()
--------favicon.ico(948B)
--------styles.scss(3KB)
--------assets()
--------test.ts(753B)
--------app()
----angular.json(4KB)
----tsconfig.json(458B)
----LICENSE(34KB)
----tslint.json(3KB)
----README.md(867B)
----tsconfig.app.json(287B)
----.gitignore(650B)
----karma.conf.js(1016B)
----e2e()
--------src()
--------tsconfig.json(294B)
--------protractor.conf.js(869B)
----package.json(1KB)