feat: add AutoComplete component

This commit is contained in:
2019-01-29 12:46:49 +07:00
parent 3ee2588d4e
commit dfa4df84bf
6 changed files with 563 additions and 103 deletions

View File

@@ -3,5 +3,5 @@ const spawn = require("cross-spawn");
require("./link-assets")();
// Spawn NPM synchronously
const result = spawn.sync('parcel', 'public/index.parcel.html --log-level 4 --out-file index.html --global $'.split(" "), { stdio: 'inherit' });
const result = spawn.sync('parcel', 'public/index.parcel.html --out-file index.html --global $'.split(" "), { stdio: 'inherit' });