sh 使用ng4 app安装semantic-ui

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 使用ng4 app安装semantic-ui相关的知识,希望对你有一定的参考价值。

# create angular app skeleton
ng new myapp

# install semantic-ui package (sources)
npm install semantic-ui
# Setup wizard :
# -> Option "Automatic"
# -> Option "Yes"
# -> install path : "src/assets/semantic/"

# compile/build semantic
cd src/assets/semantic
guld build
# Done!

# In order to refer to semantic in any angular component, add these rows to src/index.html :
# <link rel="stylesheet" type="text/css" href="assets/semantic/dist/semantic.min.css"></link>
# <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
# <script src="assets/semantic/dist/semantic.min.js"></script>

以上是关于sh 使用ng4 app安装semantic-ui的主要内容,如果未能解决你的问题,请参考以下文章

如何将 Semantic-UI 添加到 Phoenix

Semantic-UI安装配置

TODO:macOS上ThinkPHP5和Semantic-UI集成

搭建一个Semantic-ui项目

ng4中使用echart;升级脚手架到最新版本

ng4 Form表单相关