1. NVM


https://gist.github.com/falsy/8aa42ae311a9adb50e2ca7d8702c9af1#1-%EC%84%A4%EC%B9%98


$ nvm ls

        v6.10.1

->      v10.4.1

default -> 6.10.1 (-> v6.10.1)

node -> stable (-> v10.4.1) (default)

stable -> 10.4 (-> v10.4.1) (default)

iojs -> N/A (default)

lts/* -> lts/carbon (-> N/A)

lts/argon -> v4.9.1 (-> N/A)

lts/boron -> v6.14.4 (-> N/A)

lts/carbon -> v8.12.0 (-> N/A) 



2. WEBPACK


https://www.npmjs.com/package/webpack


3. VUE-CLI


https://medium.com/witinweb/vue-cli-%EB%A1%9C-vue-js-%EC%8B%9C%EC%9E%91%ED%95%98%EA%B8%B0-browserify-webpack-22582202cd52


4. SASS


http://publisherkjh.tistory.com/105


$ sudo gem install sass

Password:

Fetching: rb-fsevent-0.10.3.gem (100%)

Successfully installed rb-fsevent-0.10.3

Fetching: ffi-1.9.25.gem (100%)

Building native extensions.  This could take a while...

Successfully installed ffi-1.9.25

Fetching: rb-inotify-0.9.10.gem (100%)

Successfully installed rb-inotify-0.9.10

Fetching: sass-listen-4.0.0.gem (100%)

Successfully installed sass-listen-4.0.0

Fetching: sass-3.5.7.gem (100%)


Ruby Sass is deprecated and will be unmaintained as of 26 March 2019.


* If you use Sass as a command-line tool, we recommend using Dart Sass, the new

  primary implementation: https://sass-lang.com/install


* If you use Sass as a plug-in for a Ruby web framework, we recommend using the

  sassc gem: https://github.com/sass/sassc-ruby#readme


* For more details, please refer to the Sass blog:

  http://sass.logdown.com/posts/7081811


Successfully installed sass-3.5.7

Parsing documentation for rb-fsevent-0.10.3

Installing ri documentation for rb-fsevent-0.10.3

Parsing documentation for ffi-1.9.25

Installing ri documentation for ffi-1.9.25

Parsing documentation for rb-inotify-0.9.10

Installing ri documentation for rb-inotify-0.9.10

Parsing documentation for sass-listen-4.0.0

Installing ri documentation for sass-listen-4.0.0

Parsing documentation for sass-3.5.7

Installing ri documentation for sass-3.5.7

Done installing documentation for rb-fsevent, ffi, rb-inotify, sass-listen, sass after 36 seconds

5 gems installed

kelseyui-MacBookPro:~ kelsey$ sass -v

Ruby Sass 3.5.7

kelseyui-MacBookPro:~ kelsey$  


5. WEBSTORM


테마 : http://color-themes.com/?view=theme&id=563a1a7680b4acf11273ae94

Monokai Sublime Text 3.jar

'Front End > 개발자 환경 설정' 카테고리의 다른 글

[MAC] terminal folder list check  (0) 2018.01.29

+ Recent posts