Vue example

This commit is contained in:
2020-05-06 09:10:49 +02:00
parent a77473fad4
commit 43af48334c
15 changed files with 9100 additions and 0 deletions

6
examples/vue/shell.nix Normal file
View File

@@ -0,0 +1,6 @@
let nixpkgs = fetchTarball
https://releases.nixos.org/nixos/20.03/nixos-20.03.1445.95b9c99f6d0/nixexprs.tar.xz
; pkgs = import <nixpkgs> {}
; in
pkgs.mkShell { buildInputs = with pkgs; [ nodejs-12_x ]
; }