/Vue-Component-Repository

Primary LanguageJavaScriptMIT LicenseMIT

Vue Component Repository

# Install dependencies.
npm install

# Start the distribution server.
node server/index.js

# Serve the client application with hot reload.
npm run serve

# Build the client application for production with minification.
npm run build