An open API service indexing awesome lists of open source software.

https://github.com/xsf0105/angularjs-spa

商户端后台前端架构
https://github.com/xsf0105/angularjs-spa

Last synced: 4 months ago
JSON representation

商户端后台前端架构

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