Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ant-design/ant-design-landing-build
https://github.com/ant-design/ant-design-landing-build
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ant-design/ant-design-landing-build
- Owner: ant-design
- Created: 2019-02-27T11:41:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T08:49:55.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T06:19:27.251Z (9 months ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 16
- Watchers: 4
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ant-design-landing-build
## QuickStart
config `now` token in `config.default.ts````js
config.now = {
url: 'https://api.zeit.co/v8/now',
token: 'your token',
templateDir: path.join(appInfo.baseDir, 'app', 'template'),
};
```### Development
```bash
$ npm i
$ npm run dev
$ open http://localhost:7001/
```### Npm Scripts
- Use `npm run lint` to check code style
- Use `npm test` to run unit test
- se `npm run clean` to clean compiled js at development mode once### Requirement
- Node.js 8.x
- Typescript 2.8+