This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "blabla", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"dev": "npm run development", | |
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", | |
"watch": "npm run development -- --watch", | |
"watch-poll": "npm run watch -- --watch-poll", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ------------------------------------------------------------------------------ | |
// <auto-generated> | |
// This code was generated by a tool. | |
// | |
// Changes to this file may cause incorrect behavior and will be lost if | |
// the code is regenerated. | |
// </auto-generated> | |
// ------------------------------------------------------------------------------ | |
using System; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Cortex.Net.BlazorTodo.Components.TodoOverview | |
using Cortex.Net; | |
using Cortex.Net.Blazor; | |
using Cortex.Net.BlazorTodo; | |
using Cortex.Net.BlazorTodo.Components; | |
using Cortex.Net.BlazorTodo.Models; | |
using Cortex.Net.BlazorTodo.Stores; | |
using Microsoft.AspNetCore.Components; | |
using Microsoft.AspNetCore.Components.CompilerServices; | |
using Microsoft.AspNetCore.Components.Rendering; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jws-macbook2:WebApplication1 jws$ dotnet build -v n | |
Microsoft (R) Build Engine version 16.4.0+e901037fe for .NET Core | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
Build started 10-12-2019 22:38:48. | |
1>Project "/Users/jws/Projects/GitHub/WebApplication1/WebApplication1.csproj" on node 1 (Restore target(s)). | |
1>Restore: | |
Committing restore... | |
Assets file has not changed. Skipping assets file writing. Path: /Users/jws/Projects/GitHub/WebApplication1/obj/project.assets.json | |
Restore completed in 30,93 ms for /Users/jws/Projects/GitHub/WebApplication1/WebApplication1.csproj. |