Generate Your App
Getting Started with UGF
#Install Yeoman
# Make sure both is installed globally
npm install -g yo
#Install UGF Generator
git clone https://github.com/a10networks/generator-ugf.git
cd generator-ugf
npm link# Create a new directory, and `cd` into it:
mkdir my-new-project && cd my-new-project
# Run the generator, and browser will open http://localhost:3000 automatically
yo ugf# Start for development
npm start # or
# Just build the dist version and copy static files
npm run build
# Run unit tests
npm testGenerate more
Generate a container
Generate a component
Generate a feature
Want to generate more?
Last updated
Was this helpful?