https://github.com/xsf0105/angularjs-spa
商户端后台前端架构
https://github.com/xsf0105/angularjs-spa
Last synced: 4 months ago
JSON representation
商户端后台前端架构
- Host: GitHub
- URL: https://github.com/xsf0105/angularjs-spa
- Owner: xsf0105
- Created: 2016-01-12T09:42:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-23T02:12:06.000Z (over 8 years ago)
- Last Synced: 2024-10-30T10:15:26.612Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.88 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example AngularJs+require.js+gulp
New dashboard created using angularAMD+RequireJs+Angular-Material
## How to use
To setup and run this project, do the following:
First, you should clone the repo and install the dependencies.```bash
$ npm install
$ bower install
```Then, launch the project app.
```bash
$ npm start
```You should see a new browser tap opening and a page of "index.html" in http://127.0.0.1:8888.
## release file
To create release file under the current directory, do the following:
```
gulp release
```##目录结构
|---bower_components
|---dev(开发目录)
| |---css
| |---img
| |---js
| |---lib
| |---page
| |---scss
| |---tmpl
| |---views
| |---index.html
| |---login.html
|
|---node_modules
|---override(发布时固定的files)
|---release(发布目录)
|---scripts
|---.gitignore
|---gulpfile.js
|---package.json
|---README.md
|---server.js