1.导入quickstart-angular项目

2.安装primeng

npm install primeng

3.安装@angular/animations

npm install @angular/animations

4.安装font-awesome

npm install font-awesome

5.配置systemjs.config.js

map中增加

'primeng':                   'npm:primeng',
      '@angular/animations':       'npm:@angular/animations/bundles/animations.umd.js'

packages中增加

primeng: {
        defaultExtension: 'js'
      }

6.安装

npm install

7.启动

npm start

8.访问

http://localhost:3000/

  

相关文章:

  • 2021-07-16
  • 2021-09-16
  • 2022-12-23
  • 2022-12-23
  • 2021-05-29
  • 2021-07-14
  • 2021-04-17
  • 2021-07-05
猜你喜欢
  • 2022-12-23
  • 2021-08-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案