...
|
...
|
@@ -54,6 +54,11 @@ spm install |
|
|
spm doc|comapss watch
|
|
|
```
|
|
|
|
|
|
### 打开本地的JS和css
|
|
|
```
|
|
|
http://localhost:8000/examples/index.html
|
|
|
```
|
|
|
|
|
|
### js,css调用方式
|
|
|
|
|
|
## 引用方式
|
...
|
...
|
@@ -61,12 +66,12 @@ spm doc|comapss watch |
|
|
### seajs的路径
|
|
|
|
|
|
````html
|
|
|
<script src="../static/js/sea.js?nowrap"></script>
|
|
|
<script src="http://localhost:8000/static/js/sea.js?nowrap"></script>
|
|
|
````
|
|
|
|
|
|
### 配置样式表的路径
|
|
|
````
|
|
|
<link rel="stylesheet" type="text/css" href="../public/css/index.css">
|
|
|
<link rel="stylesheet" type="text/css" href="http://localhost:8000/public/css/index.css">
|
|
|
````
|
|
|
|
|
|
### 配置seajs
|
...
|
...
|
|