MEAT-APP:有角度的前端应用程序用于食品输送

时间:2024-04-28 22:06:16
【文件属性】:

文件名称:MEAT-APP:有角度的前端应用程序用于食品输送

文件大小:1.86MB

文件格式:ZIP

更新时间:2024-04-28 22:06:16

TypeScript

Meat-Angular应用入门 1.入门步骤 克隆存储库 git clone https://github.com/cod3rcursos/meat-app-starter.git 安装依赖项 npm install 初始化服务器 ng serve或npm start 2.启动后端 安装json-server npm install -g json-server 启动服务(应用程序根) json-server db.json 好东西 验证形式中使用的正则表达式 电子邮件正则表达式 /^(([^<>()\[\]\.,;:\s@\"]+(\.[^<>()\[\]\.,;:\s@\"]+)*)|(\".+\"))@(([^<>()[\]\.,;:\s@\"]+\.)+[^<>()[\]\.,;:\s@\"]{2,})$/i 号码正则表达式 /^[0-9]*$/ 升级到Angul


【文件预览】:
MEAT-APP-master
----package.json(1KB)
----tslint.json(3KB)
----protractor.conf.js(765B)
----package-lock.json(449KB)
----src()
--------typings.d.ts(147B)
--------test.ts(1005B)
--------assets()
--------index.html(597B)
--------tsconfig.spec.json(439B)
--------app()
--------main.ts(351B)
--------tsconfig.json(454B)
--------styles.css(4KB)
--------polyfills.ts(600B)
--------environments()
--------favicon.ico(5KB)
----db.json(11KB)
----e2e()
--------app.po.ts(208B)
--------tsconfig.json(349B)
--------app.e2e-spec.ts(297B)
----.gitignore(400B)
----karma.conf.js(1KB)
----README.md(4KB)
----.editorconfig(245B)
----angular-cli.json(2KB)
----backend()
--------keys()

网友评论