在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):antonybudianto/angular-starter开源软件地址(OpenSource Url):https://github.com/antonybudianto/angular-starter开源编程语言(OpenSource Language):JavaScript 54.5%开源软件介绍(OpenSource Introduction):Angular Starter
IntroductionWelcome to Angular Starter! This starter contains almost everything you need to start developing Angular 2. Why choose this starter?
What's included?
Please visit the wiki for more details. PrerequisitesYou need to have Node.js and npm
Global Gulp CLI is not required, since you can map them to npm scripts, but a nice to have for development purpose. InstallationDownload the starter from releases page Go to the starter directory and install the packages: npm install StartLet's start up the server, run: npm start and done! The browser will popup and you can start trying Angular! Every changes to the file will refresh the browser automatically and it'll also compile your changed TypeScripts files to Javascript files. TestingThis starter comes with testing gulp workflow Unit testingJust run npm test and it'll compile all TypeScript files, start Karma, then remap Istanbul coverage so that it shows TypeScript coverage, not the transpiled JavaScript coverage. E2E testingFirstly start the server: npm start To begin testing, run: npm run e2e and it'll compile all E2E spec files in Production
You can create production build by running: npm run build or you can create production build and then serve it using Browsersync by running: npm run serve-build The starter defaults to bundle using SystemJS Builder extension. There is Webpack extension available too, feel free to swap it as you like. ExtensionYou can extend this starter with many extensions built by the community. Browse the extensions here ContributingFeel free to submit a PR if there are any issues or new features, please read this before Special thanks
LicenseMIT |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论