文件名称:autowp-frontend:WheelsAge.org AutoWP.ru前端源
文件大小:2.08MB
文件格式:ZIP
更新时间:2024-04-22 20:01:21
angular TypeScript
开发服务器 为开发服务器运行ng serve 。 导航到http://localhost:4200/ 。 如果您更改任何源文件,该应用程序将自动重新加载。 代码脚手架 运行ng generate component component-name生成一个新的组件。 您还可以使用ng generate directive|pipe|service|class|guard|interface|enum|module 。 建造 运行ng build来构建项目。 构建工件将存储在dist/目录中。 使用-prod标志进行生产构建。 i18n 运行./node_modules/.bin/ng extract-i18n --output-path src/locale提取翻译运行node ./ng-oneskyapp.js secret_key从oneskyapp下载翻译 运行单元测试 运行ng te