文件名称:MAHRIO-INSTRUCTOR
文件大小:2.89MB
文件格式:ZIP
更新时间:2024-06-06 02:03:09
JavaScript
导师 SPA教练 开发版本: 1.0.0 开始使用 使用git下载此仓库,并使用npm安装其依赖项。 git clone https://github.com/JRGEMCP/mahrio-instructor.git npm install 发展 监视文件中的更改,然后自动重建资产 npm start 生产 摇树,最小化和优化代码以减小其大小。 npm run build 测试服务器 所有路径(路由)都回退到单页应用程序(SPA)。 修改/扩展/自定义 导航组件 在src/app/components/添加新文件夹,称为navigation 在里面添加三个文件。 navigation.component.js navigation.template.html navigation.style.scss 设置组件并将其链接到模板和样式 将组件添加到src/app/compo
【文件预览】:
MAHRIO-INSTRUCTOR-master
----.travis.yml(137B)
----server()
--------index.js(469B)
--------routes()
----.babelrc(147B)
----config()
--------helpers.js(223B)
--------webpack.prod.js(2KB)
--------webpack.dev.js(2KB)
----package.json(2KB)
----dist()
--------main.js.map(6.97MB)
--------fonts()
--------index.html(4KB)
--------main.js(4.17MB)
----.env(57B)
----src()
--------main.prod.js(255B)
--------index.html(4KB)
--------polyfills.js(620B)
--------app()
--------main.js(188B)
----.gitignore(345B)
----webpack.config.js(301B)
----.npmrc(16B)
----README.md(1KB)