diff options
-rw-r--r-- | ACKNOWLEDGMENTS.md | 29 |
1 files changed, 20 insertions, 9 deletions
diff --git a/ACKNOWLEDGMENTS.md b/ACKNOWLEDGMENTS.md index 4512bef..1bb9926 100644 --- a/ACKNOWLEDGMENTS.md +++ b/ACKNOWLEDGMENTS.md @@ -1,9 +1,20 @@ -TODO: -typescript -nodejs -npm -vue -vue-cli -postcss -chai -mocha +This website is built with the following third-party projects: + +- [TypeScript] (Microsoft) +- [Node.js] (Node.js Foundation, Joyent) + - [npm] (npm Inc.) +- [Vue.js] (Evan You) + - [Vue CLI] (Evan You) +- [PostCSS] (Evil Martians) +- [Chai.js] (Jake Luer) +- [Mocha] + + +[TypeScript]: http://www.typescriptlang.org/ +[Node.js]: https://nodejs.org/ +[npm]: https://www.npmjs.com/ +[Vue.js]: https://vuejs.org/ +[Vue CLI]: https://cli.vuejs.org/ +[PostCSS]: https://postcss.org/ +[Chai.js]: https://www.chaijs.com/ +[Mocha]: https://mochajs.org/ |